#C66F10

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

Shades of Ochre #C66F10

Tints of Ochre #C66F10

Color information

#C66F10 (or 0xC66F10) is unknown color: approx Ochre. HEX triplet: C6, 6F and 10. RGB value is (198,111,16). Sum of RGB (Red+Green+Blue) = 198+111+16=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F10 is #3990EF. Grayscale: #7E7E7E. Windows color (decimal): -3772656 or 1077190. OLE color: 1077190.

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

Color convert

RGB19811116-
CMYK00.440.920.22
HSL31.32º85.05%41.96%-
HSV(B)31.32º91.92%77.65%-
XYZ29.0723.413.48-
YUV126.1865.82179.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.92%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=60.92%
G=34.15%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981111600.440.920.2231.3285.0541.96
HexC66F1002C5C161f552a
Octal30615720054134263712552
Binary110001101101111100000101100101110010110111111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66F10; }

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

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

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

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

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

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

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

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