Shades of Baker's Chocolate #6F3405
Tints of Baker's Chocolate #6F3405
RGB
CMYK
RGB Variations
Color information
#6F3405 (or 0x6F3405) is known color: Baker's Chocolate. HEX triplet: 6F, 34 and 05. RGB value is (111,52,5). Sum of RGB (Red+Green+Blue) = 111+52+5=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3405 is #90CBFA. Grayscale: #404040. Windows color (decimal): -9489403 or 341103. OLE color: 341103.
HSL color Cylindrical-coordinate representation of color #6F3405: hue angle of 26.6º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F3405 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 5 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.56 |
| HSL | 26.6º | 0.91% | 0.23% | - |
| HSV(B) | 26.6º | 0.95% | 0.44% | - |
| XYZ | 7.81 | 5.85 | 0.86 | - |
| YUV | 64.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 5 | 0 | 0.53 | 0.95 | 0.56 | 26.6 | 0.91 | 0.23 |
| Hex | 6F | 34 | 5 | 0 | 35 | 5F | 38 | 1B | 5B | 17 |
| Octal | 157 | 64 | 5 | 0 | 65 | 137 | 70 | 33 | 133 | 27 |
| Binary | 1101111 | 110100 | 101 | 0 | 110101 | 1011111 | 111000 | 11011 | 1011011 | 10111 |
Color Harmonies of #6F3405
Complementary color
Monochromatic Colors of #6F3405
Black with #6F3405
Text Example
Text Example
White with #6F3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3405; }
p { color: rgb(111,52,5); }
H1.HeaderClassName
{
color: #6F3405;
}
.AnyTagClassName
{
color: #6F3405;
}
</style>
background-color css
<style>
a { background-color: #6F3405; }
a { background-color: rgb(111,52,5); }
div.DivClassName
{
background-color: #6F3405;
}
.BgClassName
{
background-color: #6F3405;
}
</style>
border-color css
<style>
span { border-color: #6F3405; }
span { border-color: rgb(111,52,5); }
td.TdClassName
{
border-color: #6F3405;
}
.TagClassName
{
border-color: #6F3405;
}
</style>