#C66E19

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

Shades of Ochre #C66E19

Tints of Ochre #C66E19

Color information

#C66E19 (or 0xC66E19) is unknown color: approx Ochre. HEX triplet: C6, 6E and 19. RGB value is (198,110,25). Sum of RGB (Red+Green+Blue) = 198+110+25=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66E19 is #3991E6. Grayscale: #7F7F7F. Windows color (decimal): -3772903 or 1666758. OLE color: 1666758.

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

Color convert

RGB19811025-
CMYK00.440.870.22
HSL29.48º77.58%43.73%-
HSV(B)29.48º87.37%77.65%-
XYZ29.0423.233.87-
YUV126.6270.65178.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.46%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 25 (10.16% from 255) = 7.51%
R=59.46%
G=33.03%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981102500.440.870.2229.4877.5843.73
HexC66E1902C57161d4e2c
Octal30615631054127263511654
Binary110001101101110110010101100101011110110111011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66E19; }

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

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

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

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

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

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

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

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