#C06E10

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

Shades of Ochre #C06E10

Tints of Ochre #C06E10

Color information

#C06E10 (or 0xC06E10) is unknown color: approx Ochre. HEX triplet: C0, 6E and 10. RGB value is (192,110,16). Sum of RGB (Red+Green+Blue) = 192+110+16=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E10 is #3F91EF. Grayscale: #7C7C7C. Windows color (decimal): -4166128 or 1076928. OLE color: 1076928.

HSL color Cylindrical-coordinate representation of color #C06E10: hue angle of 32.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C06E10 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19211016-
CMYK00.430.920.25
HSL32.05º84.62%40.78%-
HSV(B)32.05º91.67%75.29%-
XYZ27.4122.43.37-
YUV123.867.17176.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.38%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 16 (6.64% from 255) = 5.03%
R=60.38%
G=34.59%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921101600.430.920.2532.0584.6240.78
HexC06E1002B5C19205529
Octal30015620053134314012551
Binary1100000011011101000001010111011100110011000001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E10; }

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

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

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

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

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

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

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

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