#C6780F

Color #C6780F Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C6780F

Tints of Ochre #C6780F

Color information

#C6780F (or 0xC6780F) is unknown color: approx Ochre. HEX triplet: C6, 78 and 0F. RGB value is (198,120,15). Sum of RGB (Red+Green+Blue) = 198+120+15=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6780F is #3987F0. Grayscale: #838383. Windows color (decimal): -3770353 or 1013958. OLE color: 1013958.

HSL color Cylindrical-coordinate representation of color #C6780F: hue angle of 34.43º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6780F is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB19812015-
CMYK00.390.920.22
HSL34.43º85.92%41.76%-
HSV(B)34.43º92.42%77.65%-
XYZ30.0925.473.78-
YUV131.3562.34175.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 59.46%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 15 (6.25% from 255) = 4.50%
R=59.46%
G=36.04%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981201500.390.920.2234.4385.9241.76
HexC678F0275C1622562a
Octal30617017047134264212652
Binary110001101111000111101001111011100101101000101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6780F; }

 p { color: rgb(198,120,15); }

 H1.HeaderClassName
 {
   color: #C6780F;
 }
 .AnyTagClassName
 {
   color: #C6780F;
 }
</style>
background-color css

<style>
 a { background-color: #C6780F; }

 a { background-color: rgb(198,120,15); }

 div.DivClassName
 {
   background-color: #C6780F;
 }
 .BgClassName
 {
   background-color: #C6780F;
 }
</style>
border-color css

<style>
 span { border-color: #C6780F; }

 span { border-color: rgb(198,120,15); }

 td.TdClassName
 {
   border-color: #C6780F;
 }
 .TagClassName
 {
   border-color: #C6780F;
 }
</style>