#6D3509

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

Shades of Baker's Chocolate #6D3509

Tints of Baker's Chocolate #6D3509

Color information

#6D3509 (or 0x6D3509) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 35 and 09. RGB value is (109,53,9). Sum of RGB (Red+Green+Blue) = 109+53+9=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3509 is #92CAF6. Grayscale: #404040. Windows color (decimal): -9620215 or 603501. OLE color: 603501.

HSL color Cylindrical-coordinate representation of color #6D3509: hue angle of 26.4º 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 #6D3509 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB109539-
CMYK00.510.920.57
HSL26.4º84.75%23.14%-
HSV(B)26.4º91.74%42.75%-
XYZ7.635.820.98-
YUV64.7396.55159.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.74%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=63.74%
G=30.99%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10953900.510.920.5726.484.7523.14
Hex6D3590335C391a5517
Octal1556511063134713212527
Binary110110111010110010110011101110011100111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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