#C06C17

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

Shades of Ochre #C06C17

Tints of Ochre #C06C17

Color information

#C06C17 (or 0xC06C17) is unknown color: approx Ochre. HEX triplet: C0, 6C and 17. RGB value is (192,108,23). Sum of RGB (Red+Green+Blue) = 192+108+23=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C17 is #3F93E8. Grayscale: #7B7B7B. Windows color (decimal): -4166633 or 1535168. OLE color: 1535168.

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

Color convert

RGB19210823-
CMYK00.440.880.25
HSL30.18º78.6%42.16%-
HSV(B)30.18º88.02%75.29%-
XYZ27.2621.993.62-
YUV123.4371.33176.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.44%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 23 (9.38% from 255) = 7.12%
R=59.44%
G=33.44%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921082300.440.880.2530.1878.642.16
HexC06C1702C58191e4f2a
Octal30015427054130313611752
Binary110000001101100101110101100101100011001111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C17; }

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

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

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

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

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

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

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

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