#6D2D13

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

Shades of Baker's Chocolate #6D2D13

Tints of Baker's Chocolate #6D2D13

Color information

#6D2D13 (or 0x6D2D13) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 2D and 13. RGB value is (109,45,19). Sum of RGB (Red+Green+Blue) = 109+45+19=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2D13 is #92D2EC. Grayscale: #3D3D3D. Windows color (decimal): -9622253 or 1256813. OLE color: 1256813.

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

Color convert

RGB1094519-
CMYK00.590.830.57
HSL17.33º70.31%25.1%-
HSV(B)17.33º82.57%42.75%-
XYZ7.365.171.23-
YUV61.17104.2162.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.01%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=63.01%
G=26.01%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109451900.590.830.5717.3370.3125.1
Hex6D2D1303B5339114619
Octal1555523073123712110631
Binary1101101101101100110111011101001111100110001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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