#C06C0E

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

Shades of Ochre #C06C0E

Tints of Ochre #C06C0E

Color information

#C06C0E (or 0xC06C0E) is unknown color: approx Ochre. HEX triplet: C0, 6C and 0E. RGB value is (192,108,14). Sum of RGB (Red+Green+Blue) = 192+108+14=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C0E is #3F93F1. Grayscale: #7A7A7A. Windows color (decimal): -4166642 or 945344. OLE color: 945344.

HSL color Cylindrical-coordinate representation of color #C06C0E: hue angle of 31.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C06C0E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19210814-
CMYK00.440.930.25
HSL31.69º86.41%40.39%-
HSV(B)31.69º92.71%75.29%-
XYZ27.1821.963.22-
YUV122.466.83177.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 14 (5.86% from 255) = 4.46%
R=61.15%
G=34.39%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921081400.440.930.2531.6986.4140.39
HexC06CE02C5D19205628
Octal30015416054135314012650
Binary110000001101100111001011001011101110011000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C0E; }

 p { color: rgb(192,108,14); }

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

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

 a { background-color: rgb(192,108,14); }

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

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

 span { border-color: rgb(192,108,14); }

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