#C06E0D

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

Shades of Ochre #C06E0D

Tints of Ochre #C06E0D

Color information

#C06E0D (or 0xC06E0D) is unknown color: approx Ochre. HEX triplet: C0, 6E and 0D. RGB value is (192,110,13). Sum of RGB (Red+Green+Blue) = 192+110+13=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E0D is #3F91F2. Grayscale: #7B7B7B. Windows color (decimal): -4166131 or 880320. OLE color: 880320.

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

Color convert

RGB19211013-
CMYK00.430.930.25
HSL32.51º87.32%40.2%-
HSV(B)32.51º93.23%75.29%-
XYZ27.3922.393.26-
YUV123.4665.67176.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.95%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 13 (5.47% from 255) = 4.13%
R=60.95%
G=34.92%
B=4.13%

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
Decimal1921101300.430.930.2532.5187.3240.2
HexC06ED02B5D19215728
Octal30015615053135314112750
Binary110000001101110110101010111011101110011000011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E0D; }

 p { color: rgb(192,110,13); }

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

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

 a { background-color: rgb(192,110,13); }

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

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

 span { border-color: rgb(192,110,13); }

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