#C66C23

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

Shades of Ochre #C66C23

Tints of Ochre #C66C23

Color information

#C66C23 (or 0xC66C23) is unknown color: approx Ochre. HEX triplet: C6, 6C and 23. RGB value is (198,108,35). Sum of RGB (Red+Green+Blue) = 198+108+35=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C23 is #3993DC. Grayscale: #7E7E7E. Windows color (decimal): -3773405 or 2321606. OLE color: 2321606.

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

Color convert

RGB19810835-
CMYK00.450.820.22
HSL26.87º69.96%45.69%-
HSV(B)26.87º82.32%77.65%-
XYZ28.9522.854.47-
YUV126.5976.32178.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.06%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 35 (14.06% from 255) = 10.26%
R=58.06%
G=31.67%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981083500.450.820.2226.8769.9645.69
HexC66C2302D52161b462e
Octal30615443055122263310656
Binary1100011011011001000110101101101001010110110111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66C23; }

 p { color: rgb(198,108,35); }

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

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

 a { background-color: rgb(198,108,35); }

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

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

 span { border-color: rgb(198,108,35); }

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