#C66E12

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

Shades of Ochre #C66E12

Tints of Ochre #C66E12

Color information

#C66E12 (or 0xC66E12) is unknown color: approx Ochre. HEX triplet: C6, 6E and 12. RGB value is (198,110,18). Sum of RGB (Red+Green+Blue) = 198+110+18=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66E12 is #3991ED. Grayscale: #7E7E7E. Windows color (decimal): -3772910 or 1208006. OLE color: 1208006.

HSL color Cylindrical-coordinate representation of color #C66E12: hue angle of 30.67º degrees, saturation: 0.83, 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 #C66E12 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB19811018-
CMYK00.440.910.22
HSL30.67º83.33%42.35%-
HSV(B)30.67º90.91%77.65%-
XYZ28.9723.23.52-
YUV125.8267.15179.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.74%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 18 (7.42% from 255) = 5.52%
R=60.74%
G=33.74%
B=5.52%

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
Decimal1981101800.440.910.2230.6783.3342.35
HexC66E1202C5B161f532a
Octal30615622054133263712352
Binary110001101101110100100101100101101110110111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66E12; }

 p { color: rgb(198,110,18); }

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

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

 a { background-color: rgb(198,110,18); }

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

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

 span { border-color: rgb(198,110,18); }

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