#6D2D09

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

Shades of Baker's Chocolate #6D2D09

Tints of Baker's Chocolate #6D2D09

Color information

#6D2D09 (or 0x6D2D09) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 2D and 09. RGB value is (109,45,9). Sum of RGB (Red+Green+Blue) = 109+45+9=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2D09 is #92D2F6. Grayscale: #3C3C3C. Windows color (decimal): -9622263 or 601453. OLE color: 601453.

HSL color Cylindrical-coordinate representation of color #6D2D09: hue angle of 21.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D2D09 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB109459-
CMYK00.590.920.57
HSL21.6º84.75%23.14%-
HSV(B)21.6º91.74%42.75%-
XYZ7.295.150.87-
YUV60.0399.2162.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.87%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=66.87%
G=27.61%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10945900.590.920.5721.684.7523.14
Hex6D2D903B5C39165517
Octal1555511073134712612527
Binary110110110110110010111011101110011100110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,45,9); }

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

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

 a { background-color: rgb(109,45,9); }

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

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

 span { border-color: rgb(109,45,9); }

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