#6D3211

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

Shades of Baker's Chocolate #6D3211

Tints of Baker's Chocolate #6D3211

Color information

#6D3211 (or 0x6D3211) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 32 and 11. RGB value is (109,50,17). Sum of RGB (Red+Green+Blue) = 109+50+17=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3211 is #92CDEE. Grayscale: #404040. Windows color (decimal): -9620975 or 1127021. OLE color: 1127021.

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

Color convert

RGB1095017-
CMYK00.540.840.57
HSL21.52º73.02%24.71%-
HSV(B)21.52º84.4%42.75%-
XYZ7.555.571.21-
YUV63.88101.55160.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.93%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=61.93%
G=28.41%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109501700.540.840.5721.5273.0224.71
Hex6D32110365439164919
Octal1556221066124712611131
Binary1101101110010100010110110101010011100110110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,50,17); }

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

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

 a { background-color: rgb(109,50,17); }

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

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

 span { border-color: rgb(109,50,17); }

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