Shades of Baker's Chocolate #692C16
Tints of Baker's Chocolate #692C16
RGB
CMYK
RGB Variations
Color information
#692C16 (or 0x692C16) is known color: Baker's Chocolate. HEX triplet: 69, 2C and 16. RGB value is (105,44,22). Sum of RGB (Red+Green+Blue) = 105+44+22=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #692C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692C16 is #96D3E9. Grayscale: #3B3B3B. Windows color (decimal): -9884650 or 1453161. OLE color: 1453161.
HSL color Cylindrical-coordinate representation of color #692C16: hue angle of 15.9º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692C16 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 22 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.59 |
| HSL | 15.9º | 0.65% | 0.25% | - |
| HSV(B) | 15.9º | 0.79% | 0.41% | - |
| XYZ | 6.87 | 4.86 | 1.34 | - |
| YUV | 59.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 22 | 0 | 0.58 | 0.79 | 0.59 | 15.9 | 0.65 | 0.25 |
| Hex | 69 | 2C | 16 | 0 | 3A | 4F | 3B | 10 | 41 | 19 |
| Octal | 151 | 54 | 26 | 0 | 72 | 117 | 73 | 20 | 101 | 31 |
| Binary | 1101001 | 101100 | 10110 | 0 | 111010 | 1001111 | 111011 | 10000 | 1000001 | 11001 |
Color Harmonies of #692C16
Complementary color
Monochromatic Colors of #692C16
Black with #692C16
Text Example
Text Example
White with #692C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C16; }
p { color: rgb(105,44,22); }
H1.HeaderClassName
{
color: #692C16;
}
.AnyTagClassName
{
color: #692C16;
}
</style>
background-color css
<style>
a { background-color: #692C16; }
a { background-color: rgb(105,44,22); }
div.DivClassName
{
background-color: #692C16;
}
.BgClassName
{
background-color: #692C16;
}
</style>
border-color css
<style>
span { border-color: #692C16; }
span { border-color: rgb(105,44,22); }
td.TdClassName
{
border-color: #692C16;
}
.TagClassName
{
border-color: #692C16;
}
</style>