#c66f11

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

Shades of Ochre #C66F11

Tints of Ochre #C66F11

Color information

#C66F11 (or 0xC66F11) is unknown color: approx Ochre. HEX triplet: C6, 6F and 11. RGB value is (198,111,17). Sum of RGB (Red+Green+Blue) = 198+111+17=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F11 is #3990EE. Grayscale: #7E7E7E. Windows color (decimal): -3772655 or 1142726. OLE color: 1142726.

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

Color convert

RGB19811117-
CMYK00.440.910.22
HSL31.16º84.19%42.16%-
HSV(B)31.16º91.41%77.65%-
XYZ29.0723.423.52-
YUV126.366.32179.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.74%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 17 (7.03% from 255) = 5.21%
R=60.74%
G=34.05%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981111700.440.910.2231.1684.1942.16
HexC66F1102C5B161f542a
Octal30615721054133263712452
Binary110001101101111100010101100101101110110111111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66f11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66f11; }

 p { color: rgb(198,111,17); }

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

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

 a { background-color: rgb(198,111,17); }

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

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

 span { border-color: rgb(198,111,17); }

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