Shades of Baker's Chocolate #6F3205
Tints of Baker's Chocolate #6F3205
RGB
CMYK
RGB Variations
Color information
#6F3205 (or 0x6F3205) is known color: Baker's Chocolate. HEX triplet: 6F, 32 and 05. RGB value is (111,50,5). Sum of RGB (Red+Green+Blue) = 111+50+5=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3205 is #90CDFA. Grayscale: #3F3F3F. Windows color (decimal): -9489915 or 340591. OLE color: 340591.
HSL color Cylindrical-coordinate representation of color #6F3205: hue angle of 25.47º 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 #6F3205 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 5 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.56 |
| HSL | 25.47º | 0.91% | 0.23% | - |
| HSV(B) | 25.47º | 0.95% | 0.44% | - |
| XYZ | 7.72 | 5.67 | 0.83 | - |
| YUV | 63.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 5 | 0 | 0.55 | 0.95 | 0.56 | 25.47 | 0.91 | 0.23 |
| Hex | 6F | 32 | 5 | 0 | 37 | 5F | 38 | 19 | 5B | 17 |
| Octal | 157 | 62 | 5 | 0 | 67 | 137 | 70 | 31 | 133 | 27 |
| Binary | 1101111 | 110010 | 101 | 0 | 110111 | 1011111 | 111000 | 11001 | 1011011 | 10111 |
Color Harmonies of #6F3205
Complementary color
Monochromatic Colors of #6F3205
Black with #6F3205
Text Example
Text Example
White with #6F3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3205; }
p { color: rgb(111,50,5); }
H1.HeaderClassName
{
color: #6F3205;
}
.AnyTagClassName
{
color: #6F3205;
}
</style>
background-color css
<style>
a { background-color: #6F3205; }
a { background-color: rgb(111,50,5); }
div.DivClassName
{
background-color: #6F3205;
}
.BgClassName
{
background-color: #6F3205;
}
</style>
border-color css
<style>
span { border-color: #6F3205; }
span { border-color: rgb(111,50,5); }
td.TdClassName
{
border-color: #6F3205;
}
.TagClassName
{
border-color: #6F3205;
}
</style>