Shades of Baker's Chocolate #692D11
Tints of Baker's Chocolate #692D11
RGB
CMYK
RGB Variations
Color information
#692D11 (or 0x692D11) is known color: Baker's Chocolate. HEX triplet: 69, 2D and 11. RGB value is (105,45,17). Sum of RGB (Red+Green+Blue) = 105+45+17=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #692D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692D11 is #96D2EE. Grayscale: #3B3B3B. Windows color (decimal): -9884399 or 1125737. OLE color: 1125737.
HSL color Cylindrical-coordinate representation of color #692D11: hue angle of 19.09º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #692D11 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 17 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.59 |
| HSL | 19.09º | 0.72% | 0.24% | - |
| HSV(B) | 19.09º | 0.84% | 0.41% | - |
| XYZ | 6.87 | 4.92 | 1.12 | - |
| YUV | 59.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 17 | 0 | 0.57 | 0.84 | 0.59 | 19.09 | 0.72 | 0.24 |
| Hex | 69 | 2D | 11 | 0 | 39 | 54 | 3B | 13 | 48 | 18 |
| Octal | 151 | 55 | 21 | 0 | 71 | 124 | 73 | 23 | 110 | 30 |
| Binary | 1101001 | 101101 | 10001 | 0 | 111001 | 1010100 | 111011 | 10011 | 1001000 | 11000 |
Color Harmonies of #692D11
Complementary color
Monochromatic Colors of #692D11
Black with #692D11
Text Example
Text Example
White with #692D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D11; }
p { color: rgb(105,45,17); }
H1.HeaderClassName
{
color: #692D11;
}
.AnyTagClassName
{
color: #692D11;
}
</style>
background-color css
<style>
a { background-color: #692D11; }
a { background-color: rgb(105,45,17); }
div.DivClassName
{
background-color: #692D11;
}
.BgClassName
{
background-color: #692D11;
}
</style>
border-color css
<style>
span { border-color: #692D11; }
span { border-color: rgb(105,45,17); }
td.TdClassName
{
border-color: #692D11;
}
.TagClassName
{
border-color: #692D11;
}
</style>