Shades of Baker's Chocolate #692F0C
Tints of Baker's Chocolate #692F0C
RGB
CMYK
RGB Variations
Color information
#692F0C (or 0x692F0C) is known color: Baker's Chocolate. HEX triplet: 69, 2F and 0C. RGB value is (105,47,12). Sum of RGB (Red+Green+Blue) = 105+47+12=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #692F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692F0C is #96D0F3. Grayscale: #3C3C3C. Windows color (decimal): -9883892 or 798569. OLE color: 798569.
HSL color Cylindrical-coordinate representation of color #692F0C: hue angle of 22.58º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #692F0C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 47 | 12 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.59 |
| HSL | 22.58º | 0.79% | 0.23% | - |
| HSV(B) | 22.58º | 0.89% | 0.41% | - |
| XYZ | 6.91 | 5.06 | 0.96 | - |
| YUV | 60.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 12 | 0 | 0.55 | 0.89 | 0.59 | 22.58 | 0.79 | 0.23 |
| Hex | 69 | 2F | C | 0 | 37 | 59 | 3B | 17 | 4F | 17 |
| Octal | 151 | 57 | 14 | 0 | 67 | 131 | 73 | 27 | 117 | 27 |
| Binary | 1101001 | 101111 | 1100 | 0 | 110111 | 1011001 | 111011 | 10111 | 1001111 | 10111 |
Color Harmonies of #692F0C
Complementary color
Monochromatic Colors of #692F0C
Black with #692F0C
Text Example
Text Example
White with #692F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692F0C; }
p { color: rgb(105,47,12); }
H1.HeaderClassName
{
color: #692F0C;
}
.AnyTagClassName
{
color: #692F0C;
}
</style>
background-color css
<style>
a { background-color: #692F0C; }
a { background-color: rgb(105,47,12); }
div.DivClassName
{
background-color: #692F0C;
}
.BgClassName
{
background-color: #692F0C;
}
</style>
border-color css
<style>
span { border-color: #692F0C; }
span { border-color: rgb(105,47,12); }
td.TdClassName
{
border-color: #692F0C;
}
.TagClassName
{
border-color: #692F0C;
}
</style>