Shades of Baker's Chocolate #6F3409
Tints of Baker's Chocolate #6F3409
RGB
CMYK
RGB Variations
Color information
#6F3409 (or 0x6F3409) is known color: Baker's Chocolate. HEX triplet: 6F, 34 and 09. RGB value is (111,52,9). Sum of RGB (Red+Green+Blue) = 111+52+9=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3409 is #90CBF6. Grayscale: #404040. Windows color (decimal): -9489399 or 603247. OLE color: 603247.
HSL color Cylindrical-coordinate representation of color #6F3409: hue angle of 25.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F3409 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 9 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.56 |
| HSL | 25.29º | 0.85% | 0.24% | - |
| HSV(B) | 25.29º | 0.92% | 0.44% | - |
| XYZ | 7.83 | 5.86 | 0.98 | - |
| YUV | 64.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 9 | 0 | 0.53 | 0.92 | 0.56 | 25.29 | 0.85 | 0.24 |
| Hex | 6F | 34 | 9 | 0 | 35 | 5C | 38 | 19 | 55 | 18 |
| Octal | 157 | 64 | 11 | 0 | 65 | 134 | 70 | 31 | 125 | 30 |
| Binary | 1101111 | 110100 | 1001 | 0 | 110101 | 1011100 | 111000 | 11001 | 1010101 | 11000 |
Color Harmonies of #6F3409
Complementary color
Monochromatic Colors of #6F3409
Black with #6F3409
Text Example
Text Example
White with #6F3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3409; }
p { color: rgb(111,52,9); }
H1.HeaderClassName
{
color: #6F3409;
}
.AnyTagClassName
{
color: #6F3409;
}
</style>
background-color css
<style>
a { background-color: #6F3409; }
a { background-color: rgb(111,52,9); }
div.DivClassName
{
background-color: #6F3409;
}
.BgClassName
{
background-color: #6F3409;
}
</style>
border-color css
<style>
span { border-color: #6F3409; }
span { border-color: rgb(111,52,9); }
td.TdClassName
{
border-color: #6F3409;
}
.TagClassName
{
border-color: #6F3409;
}
</style>