Shades of Baker's Chocolate #692F0A
Tints of Baker's Chocolate #692F0A
RGB
CMYK
RGB Variations
Color information
#692F0A (or 0x692F0A) is known color: Baker's Chocolate. HEX triplet: 69, 2F and 0A. RGB value is (105,47,10). Sum of RGB (Red+Green+Blue) = 105+47+10=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #692F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692F0A is #96D0F5. Grayscale: #3C3C3C. Windows color (decimal): -9883894 or 667497. OLE color: 667497.
HSL color Cylindrical-coordinate representation of color #692F0A: hue angle of 23.37º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #692F0A is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 47 | 10 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.59 |
| HSL | 23.37º | 0.83% | 0.23% | - |
| HSV(B) | 23.37º | 0.9% | 0.41% | - |
| XYZ | 6.9 | 5.06 | 0.9 | - |
| YUV | 60.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 10 | 0 | 0.55 | 0.90 | 0.59 | 23.37 | 0.83 | 0.23 |
| Hex | 69 | 2F | A | 0 | 37 | 5A | 3B | 17 | 53 | 17 |
| Octal | 151 | 57 | 12 | 0 | 67 | 132 | 73 | 27 | 123 | 27 |
| Binary | 1101001 | 101111 | 1010 | 0 | 110111 | 1011010 | 111011 | 10111 | 1010011 | 10111 |
Color Harmonies of #692F0A
Complementary color
Monochromatic Colors of #692F0A
Black with #692F0A
Text Example
Text Example
White with #692F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692F0A; }
p { color: rgb(105,47,10); }
H1.HeaderClassName
{
color: #692F0A;
}
.AnyTagClassName
{
color: #692F0A;
}
</style>
background-color css
<style>
a { background-color: #692F0A; }
a { background-color: rgb(105,47,10); }
div.DivClassName
{
background-color: #692F0A;
}
.BgClassName
{
background-color: #692F0A;
}
</style>
border-color css
<style>
span { border-color: #692F0A; }
span { border-color: rgb(105,47,10); }
td.TdClassName
{
border-color: #692F0A;
}
.TagClassName
{
border-color: #692F0A;
}
</style>