Shades of Baker's Chocolate #6F3004
Tints of Baker's Chocolate #6F3004
RGB
CMYK
RGB Variations
Color information
#6F3004 (or 0x6F3004) is known color: Baker's Chocolate. HEX triplet: 6F, 30 and 04. RGB value is (111,48,4). Sum of RGB (Red+Green+Blue) = 111+48+4=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3004 is #90CFFB. Grayscale: #3E3E3E. Windows color (decimal): -9490428 or 274543. OLE color: 274543.
HSL color Cylindrical-coordinate representation of color #6F3004: hue angle of 24.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F3004 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 4 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.56 |
| HSL | 24.67º | 0.93% | 0.23% | - |
| HSV(B) | 24.67º | 0.96% | 0.44% | - |
| XYZ | 7.63 | 5.5 | 0.77 | - |
| YUV | 61.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 4 | 0 | 0.57 | 0.96 | 0.56 | 24.67 | 0.93 | 0.23 |
| Hex | 6F | 30 | 4 | 0 | 39 | 60 | 38 | 19 | 5D | 17 |
| Octal | 157 | 60 | 4 | 0 | 71 | 140 | 70 | 31 | 135 | 27 |
| Binary | 1101111 | 110000 | 100 | 0 | 111001 | 1100000 | 111000 | 11001 | 1011101 | 10111 |
Color Harmonies of #6F3004
Complementary color
Monochromatic Colors of #6F3004
Black with #6F3004
Text Example
Text Example
White with #6F3004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3004; }
p { color: rgb(111,48,4); }
H1.HeaderClassName
{
color: #6F3004;
}
.AnyTagClassName
{
color: #6F3004;
}
</style>
background-color css
<style>
a { background-color: #6F3004; }
a { background-color: rgb(111,48,4); }
div.DivClassName
{
background-color: #6F3004;
}
.BgClassName
{
background-color: #6F3004;
}
</style>
border-color css
<style>
span { border-color: #6F3004; }
span { border-color: rgb(111,48,4); }
td.TdClassName
{
border-color: #6F3004;
}
.TagClassName
{
border-color: #6F3004;
}
</style>