Shades of Baker's Chocolate #692706
Tints of Baker's Chocolate #692706
RGB
CMYK
RGB Variations
Color information
#692706 (or 0x692706) is known color: Baker's Chocolate. HEX triplet: 69, 27 and 06. RGB value is (105,39,6). Sum of RGB (Red+Green+Blue) = 105+39+6=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #692706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692706 is #96D8F9. Grayscale: #373737. Windows color (decimal): -9885946 or 403305. OLE color: 403305.
HSL color Cylindrical-coordinate representation of color #692706: hue angle of 20º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #692706 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 39 | 6 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.59 |
| HSL | 20º | 0.89% | 0.22% | - |
| HSV(B) | 20º | 0.94% | 0.41% | - |
| XYZ | 6.58 | 4.47 | 0.69 | - |
| YUV | 54.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 6 | 0 | 0.63 | 0.94 | 0.59 | 20 | 0.89 | 0.22 |
| Hex | 69 | 27 | 6 | 0 | 3F | 5E | 3B | 14 | 59 | 16 |
| Octal | 151 | 47 | 6 | 0 | 77 | 136 | 73 | 24 | 131 | 26 |
| Binary | 1101001 | 100111 | 110 | 0 | 111111 | 1011110 | 111011 | 10100 | 1011001 | 10110 |
Color Harmonies of #692706
Complementary color
Monochromatic Colors of #692706
Black with #692706
Text Example
Text Example
White with #692706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692706; }
p { color: rgb(105,39,6); }
H1.HeaderClassName
{
color: #692706;
}
.AnyTagClassName
{
color: #692706;
}
</style>
background-color css
<style>
a { background-color: #692706; }
a { background-color: rgb(105,39,6); }
div.DivClassName
{
background-color: #692706;
}
.BgClassName
{
background-color: #692706;
}
</style>
border-color css
<style>
span { border-color: #692706; }
span { border-color: rgb(105,39,6); }
td.TdClassName
{
border-color: #692706;
}
.TagClassName
{
border-color: #692706;
}
</style>