Shades of Baker's Chocolate #692D0A
Tints of Baker's Chocolate #692D0A
RGB
CMYK
RGB Variations
Color information
#692D0A (or 0x692D0A) is known color: Baker's Chocolate. HEX triplet: 69, 2D and 0A. RGB value is (105,45,10). Sum of RGB (Red+Green+Blue) = 105+45+10=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #692D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692D0A is #96D2F5. Grayscale: #3B3B3B. Windows color (decimal): -9884406 or 666985. OLE color: 666985.
HSL color Cylindrical-coordinate representation of color #692D0A: hue angle of 22.11º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #692D0A is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 10 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.59 |
| HSL | 22.11º | 0.83% | 0.23% | - |
| HSV(B) | 22.11º | 0.9% | 0.41% | - |
| XYZ | 6.82 | 4.9 | 0.87 | - |
| YUV | 58.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 10 | 0 | 0.57 | 0.90 | 0.59 | 22.11 | 0.83 | 0.23 |
| Hex | 69 | 2D | A | 0 | 39 | 5A | 3B | 16 | 53 | 17 |
| Octal | 151 | 55 | 12 | 0 | 71 | 132 | 73 | 26 | 123 | 27 |
| Binary | 1101001 | 101101 | 1010 | 0 | 111001 | 1011010 | 111011 | 10110 | 1010011 | 10111 |
Color Harmonies of #692D0A
Complementary color
Monochromatic Colors of #692D0A
Black with #692D0A
Text Example
Text Example
White with #692D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D0A; }
p { color: rgb(105,45,10); }
H1.HeaderClassName
{
color: #692D0A;
}
.AnyTagClassName
{
color: #692D0A;
}
</style>
background-color css
<style>
a { background-color: #692D0A; }
a { background-color: rgb(105,45,10); }
div.DivClassName
{
background-color: #692D0A;
}
.BgClassName
{
background-color: #692D0A;
}
</style>
border-color css
<style>
span { border-color: #692D0A; }
span { border-color: rgb(105,45,10); }
td.TdClassName
{
border-color: #692D0A;
}
.TagClassName
{
border-color: #692D0A;
}
</style>