Shades of Baker's Chocolate #692B0C
Tints of Baker's Chocolate #692B0C
RGB
CMYK
RGB Variations
Color information
#692B0C (or 0x692B0C) is known color: Baker's Chocolate. HEX triplet: 69, 2B and 0C. RGB value is (105,43,12). Sum of RGB (Red+Green+Blue) = 105+43+12=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #692B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692B0C is #96D4F3. Grayscale: #3A3A3A. Windows color (decimal): -9884916 or 797545. OLE color: 797545.
HSL color Cylindrical-coordinate representation of color #692B0C: hue angle of 20º 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 #692B0C is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 43 | 12 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.59 |
| HSL | 20º | 0.79% | 0.23% | - |
| HSV(B) | 20º | 0.89% | 0.41% | - |
| XYZ | 6.76 | 4.76 | 0.91 | - |
| YUV | 58 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 12 | 0 | 0.59 | 0.89 | 0.59 | 20 | 0.79 | 0.23 |
| Hex | 69 | 2B | C | 0 | 3B | 59 | 3B | 14 | 4F | 17 |
| Octal | 151 | 53 | 14 | 0 | 73 | 131 | 73 | 24 | 117 | 27 |
| Binary | 1101001 | 101011 | 1100 | 0 | 111011 | 1011001 | 111011 | 10100 | 1001111 | 10111 |
Color Harmonies of #692B0C
Complementary color
Monochromatic Colors of #692B0C
Black with #692B0C
Text Example
Text Example
White with #692B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692B0C; }
p { color: rgb(105,43,12); }
H1.HeaderClassName
{
color: #692B0C;
}
.AnyTagClassName
{
color: #692B0C;
}
</style>
background-color css
<style>
a { background-color: #692B0C; }
a { background-color: rgb(105,43,12); }
div.DivClassName
{
background-color: #692B0C;
}
.BgClassName
{
background-color: #692B0C;
}
</style>
border-color css
<style>
span { border-color: #692B0C; }
span { border-color: rgb(105,43,12); }
td.TdClassName
{
border-color: #692B0C;
}
.TagClassName
{
border-color: #692B0C;
}
</style>