#C06911

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

Shades of Chocolate #C06911

Tints of Chocolate #C06911

Color information

#C06911 (or 0xC06911) is unknown color: approx Chocolate. HEX triplet: C0, 69 and 11. RGB value is (192,105,17). Sum of RGB (Red+Green+Blue) = 192+105+17=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06911 is #3F96EE. Grayscale: #797979. Windows color (decimal): -4167407 or 1141184. OLE color: 1141184.

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

Color convert

RGB19210517-
CMYK00.450.910.25
HSL30.17º83.73%40.98%-
HSV(B)30.17º91.15%75.29%-
XYZ26.8921.353.23-
YUV120.9869.32178.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 17 (7.03% from 255) = 5.41%
R=61.15%
G=33.44%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921051700.450.910.2530.1783.7340.98
HexC0691102D5B191e5429
Octal30015121055133313612451
Binary110000001101001100010101101101101111001111101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06911; }

 p { color: rgb(192,105,17); }

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

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

 a { background-color: rgb(192,105,17); }

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

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

 span { border-color: rgb(192,105,17); }

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