#C06B11

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

Shades of Chocolate #C06B11

Tints of Chocolate #C06B11

Color information

#C06B11 (or 0xC06B11) is unknown color: approx Chocolate. HEX triplet: C0, 6B and 11. RGB value is (192,107,17). Sum of RGB (Red+Green+Blue) = 192+107+17=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B11 is #3F94EE. Grayscale: #7A7A7A. Windows color (decimal): -4166895 or 1141696. OLE color: 1141696.

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

Color convert

RGB19210717-
CMYK00.440.910.25
HSL30.86º83.73%40.98%-
HSV(B)30.86º91.15%75.29%-
XYZ27.121.763.3-
YUV122.1668.66177.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.76%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 17 (7.03% from 255) = 5.38%
R=60.76%
G=33.86%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921071700.440.910.2530.8683.7340.98
HexC06B1102C5B191f5429
Octal30015321054133313712451
Binary110000001101011100010101100101101111001111111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B11; }

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

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

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

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

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

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

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

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