#C06D0E

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

Shades of Ochre #C06D0E

Tints of Ochre #C06D0E

Color information

#C06D0E (or 0xC06D0E) is unknown color: approx Ochre. HEX triplet: C0, 6D and 0E. RGB value is (192,109,14). Sum of RGB (Red+Green+Blue) = 192+109+14=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D0E is #3F92F1. Grayscale: #7B7B7B. Windows color (decimal): -4166386 or 945600. OLE color: 945600.

HSL color Cylindrical-coordinate representation of color #C06D0E: hue angle of 32.02º 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 #C06D0E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19210914-
CMYK00.430.930.25
HSL32.02º86.41%40.39%-
HSV(B)32.02º92.71%75.29%-
XYZ27.2922.183.26-
YUV122.9966.5177.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.95%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=60.95%
G=34.60%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921091400.430.930.2532.0286.4140.39
HexC06DE02B5D19205628
Octal30015516053135314012650
Binary110000001101101111001010111011101110011000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D0E; }

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

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

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

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

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

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

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

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