Shades of Baker's Chocolate #6F2000
Tints of Baker's Chocolate #6F2000
RGB
CMYK
RGB Variations
Color information
#6F2000 (or 0x6F2000) is known color: Baker's Chocolate. HEX triplet: 6F, 20 and 00. RGB value is (111,32,0). Sum of RGB (Red+Green+Blue) = 111+32+0=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2000 is #90DFFF. Grayscale: #343434. Windows color (decimal): -9494528 or 8303. OLE color: 8303.
HSL color Cylindrical-coordinate representation of color #6F2000: hue angle of 17.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F2000 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.56 |
| HSL | 17.3º | 1% | 0.22% | - |
| HSV(B) | 17.3º | 1% | 0.44% | - |
| XYZ | 7.07 | 4.41 | 0.48 | - |
| YUV | 51.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 0 | 0 | 0.71 | 1 | 0.56 | 17.3 | 1 | 0.22 |
| Hex | 6F | 20 | 0 | 0 | 47 | 64 | 38 | 11 | 64 | 16 |
| Octal | 157 | 40 | 0 | 0 | 107 | 144 | 70 | 21 | 144 | 26 |
| Binary | 1101111 | 100000 | 0 | 0 | 1000111 | 1100100 | 111000 | 10001 | 1100100 | 10110 |
Color Harmonies of #6F2000
Complementary color
Monochromatic Colors of #6F2000
Black with #6F2000
Text Example
Text Example
White with #6F2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2000; }
p { color: rgb(111,32,0); }
H1.HeaderClassName
{
color: #6F2000;
}
.AnyTagClassName
{
color: #6F2000;
}
</style>
background-color css
<style>
a { background-color: #6F2000; }
a { background-color: rgb(111,32,0); }
div.DivClassName
{
background-color: #6F2000;
}
.BgClassName
{
background-color: #6F2000;
}
</style>
border-color css
<style>
span { border-color: #6F2000; }
span { border-color: rgb(111,32,0); }
td.TdClassName
{
border-color: #6F2000;
}
.TagClassName
{
border-color: #6F2000;
}
</style>