#6C2911

Color #6C2911 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #6C2911

Tints of Baker's Chocolate #6C2911

Color information

#6C2911 (or 0x6C2911) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 29 and 11. RGB value is (108,41,17). Sum of RGB (Red+Green+Blue) = 108+41+17=166 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.06% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2911 is #93D6EE. Grayscale: #3A3A3A. Windows color (decimal): -9688815 or 1124716. OLE color: 1124716.

HSL color Cylindrical-coordinate representation of color #6C2911: hue angle of 15.82º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C2911 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB1084117-
CMYK00.620.840.58
HSL15.82º72.8%24.51%-
HSV(B)15.82º84.26%42.35%-
XYZ7.084.811.09-
YUV58.3104.7163.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 65.06%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=65.06%
G=24.70%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108411700.620.840.5815.8272.824.51
Hex6C291103E543A104919
Octal1545121076124722011131
Binary1101100101001100010111110101010011101010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C2911; }

 p { color: rgb(108,41,17); }

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

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

 a { background-color: rgb(108,41,17); }

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

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

 span { border-color: rgb(108,41,17); }

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