#C06E21

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

Shades of Ochre #C06E21

Tints of Ochre #C06E21

Color information

#C06E21 (or 0xC06E21) is unknown color: approx Ochre. HEX triplet: C0, 6E and 21. RGB value is (192,110,33). Sum of RGB (Red+Green+Blue) = 192+110+33=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E21 is #3F91DE. Grayscale: #7E7E7E. Windows color (decimal): -4166111 or 2191040. OLE color: 2191040.

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

Color convert

RGB19211033-
CMYK00.430.830.25
HSL29.06º70.67%44.12%-
HSV(B)29.06º82.81%75.29%-
XYZ27.5922.474.32-
YUV125.7475.67175.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.31%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=57.31%
G=32.84%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921103300.430.830.2529.0670.6744.12
HexC06E2102B53191d472c
Octal30015641053123313510754
Binary1100000011011101000010101011101001111001111011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E21; }

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

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

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

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

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

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

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

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