#C06D17

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

Shades of Ochre #C06D17

Tints of Ochre #C06D17

Color information

#C06D17 (or 0xC06D17) is unknown color: approx Ochre. HEX triplet: C0, 6D and 17. RGB value is (192,109,23). Sum of RGB (Red+Green+Blue) = 192+109+23=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D17 is #3F92E8. Grayscale: #7C7C7C. Windows color (decimal): -4166377 or 1535424. OLE color: 1535424.

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

Color convert

RGB19210923-
CMYK00.430.880.25
HSL30.53º78.6%42.16%-
HSV(B)30.53º88.02%75.29%-
XYZ27.3622.213.65-
YUV124.0171176.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.26%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 23 (9.38% from 255) = 7.10%
R=59.26%
G=33.64%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921092300.430.880.2530.5378.642.16
HexC06D1702B58191f4f2a
Octal30015527053130313711752
Binary110000001101101101110101011101100011001111111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D17; }

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

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

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

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

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

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

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

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