Shades of Baker's Chocolate #6F300A
Tints of Baker's Chocolate #6F300A
RGB
CMYK
RGB Variations
Color information
#6F300A (or 0x6F300A) is known color: Baker's Chocolate. HEX triplet: 6F, 30 and 0A. RGB value is (111,48,10). Sum of RGB (Red+Green+Blue) = 111+48+10=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F300A is #90CFF5. Grayscale: #3E3E3E. Windows color (decimal): -9490422 or 667759. OLE color: 667759.
HSL color Cylindrical-coordinate representation of color #6F300A: hue angle of 22.57º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F300A is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 10 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.56 |
| HSL | 22.57º | 0.83% | 0.24% | - |
| HSV(B) | 22.57º | 0.91% | 0.44% | - |
| XYZ | 7.67 | 5.52 | 0.95 | - |
| YUV | 62.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 10 | 0 | 0.57 | 0.91 | 0.56 | 22.57 | 0.83 | 0.24 |
| Hex | 6F | 30 | A | 0 | 39 | 5B | 38 | 17 | 53 | 18 |
| Octal | 157 | 60 | 12 | 0 | 71 | 133 | 70 | 27 | 123 | 30 |
| Binary | 1101111 | 110000 | 1010 | 0 | 111001 | 1011011 | 111000 | 10111 | 1010011 | 11000 |
Color Harmonies of #6F300A
Complementary color
Monochromatic Colors of #6F300A
Black with #6F300A
Text Example
Text Example
White with #6F300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F300A; }
p { color: rgb(111,48,10); }
H1.HeaderClassName
{
color: #6F300A;
}
.AnyTagClassName
{
color: #6F300A;
}
</style>
background-color css
<style>
a { background-color: #6F300A; }
a { background-color: rgb(111,48,10); }
div.DivClassName
{
background-color: #6F300A;
}
.BgClassName
{
background-color: #6F300A;
}
</style>
border-color css
<style>
span { border-color: #6F300A; }
span { border-color: rgb(111,48,10); }
td.TdClassName
{
border-color: #6F300A;
}
.TagClassName
{
border-color: #6F300A;
}
</style>