Shades of Baker's Chocolate #692F0D
Tints of Baker's Chocolate #692F0D
RGB
CMYK
RGB Variations
Color information
#692F0D (or 0x692F0D) is known color: Baker's Chocolate. HEX triplet: 69, 2F and 0D. RGB value is (105,47,13). Sum of RGB (Red+Green+Blue) = 105+47+13=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #692F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692F0D is #96D0F2. Grayscale: #3C3C3C. Windows color (decimal): -9883891 or 864105. OLE color: 864105.
HSL color Cylindrical-coordinate representation of color #692F0D: hue angle of 22.17º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #692F0D is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 47 | 13 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.59 |
| HSL | 22.17º | 0.78% | 0.23% | - |
| HSV(B) | 22.17º | 0.88% | 0.41% | - |
| XYZ | 6.91 | 5.07 | 0.99 | - |
| YUV | 60.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 13 | 0 | 0.55 | 0.88 | 0.59 | 22.17 | 0.78 | 0.23 |
| Hex | 69 | 2F | D | 0 | 37 | 58 | 3B | 16 | 4E | 17 |
| Octal | 151 | 57 | 15 | 0 | 67 | 130 | 73 | 26 | 116 | 27 |
| Binary | 1101001 | 101111 | 1101 | 0 | 110111 | 1011000 | 111011 | 10110 | 1001110 | 10111 |
Color Harmonies of #692F0D
Complementary color
Monochromatic Colors of #692F0D
Black with #692F0D
Text Example
Text Example
White with #692F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692F0D; }
p { color: rgb(105,47,13); }
H1.HeaderClassName
{
color: #692F0D;
}
.AnyTagClassName
{
color: #692F0D;
}
</style>
background-color css
<style>
a { background-color: #692F0D; }
a { background-color: rgb(105,47,13); }
div.DivClassName
{
background-color: #692F0D;
}
.BgClassName
{
background-color: #692F0D;
}
</style>
border-color css
<style>
span { border-color: #692F0D; }
span { border-color: rgb(105,47,13); }
td.TdClassName
{
border-color: #692F0D;
}
.TagClassName
{
border-color: #692F0D;
}
</style>