#6D2104

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

Shades of Baker's Chocolate #6D2104

Tints of Baker's Chocolate #6D2104

Color information

#6D2104 (or 0x6D2104) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 21 and 04. RGB value is (109,33,4). Sum of RGB (Red+Green+Blue) = 109+33+4=146 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.66% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2104 is #92DEFB. Grayscale: #343434. Windows color (decimal): -9625340 or 270701. OLE color: 270701.

HSL color Cylindrical-coordinate representation of color #6D2104: hue angle of 16.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D2104 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB109334-
CMYK00.700.960.57
HSL16.57º92.92%22.16%-
HSV(B)16.57º96.33%42.75%-
XYZ6.874.350.59-
YUV52.42100.68168.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 74.66%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=74.66%
G=22.60%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10933400.700.960.5716.5792.9222.16
Hex6D2140466039115d16
Octal1554140106140712113526
Binary110110110000110001000110110000011100110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,33,4); }

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

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

 a { background-color: rgb(109,33,4); }

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

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

 span { border-color: rgb(109,33,4); }

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