Shades of Baker's Chocolate #692006
Tints of Baker's Chocolate #692006
RGB
CMYK
RGB Variations
Color information
#692006 (or 0x692006) is known color: Baker's Chocolate. HEX triplet: 69, 20 and 06. RGB value is (105,32,6). Sum of RGB (Red+Green+Blue) = 105+32+6=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #692006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692006 is #96DFF9. Grayscale: #333333. Windows color (decimal): -9887738 or 401513. OLE color: 401513.
HSL color Cylindrical-coordinate representation of color #692006: hue angle of 15.76º 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 #692006 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 32 | 6 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.59 |
| HSL | 15.76º | 0.89% | 0.22% | - |
| HSV(B) | 15.76º | 0.94% | 0.41% | - |
| XYZ | 6.38 | 4.05 | 0.62 | - |
| YUV | 50.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 6 | 0 | 0.70 | 0.94 | 0.59 | 15.76 | 0.89 | 0.22 |
| Hex | 69 | 20 | 6 | 0 | 46 | 5E | 3B | 10 | 59 | 16 |
| Octal | 151 | 40 | 6 | 0 | 106 | 136 | 73 | 20 | 131 | 26 |
| Binary | 1101001 | 100000 | 110 | 0 | 1000110 | 1011110 | 111011 | 10000 | 1011001 | 10110 |
Color Harmonies of #692006
Complementary color
Monochromatic Colors of #692006
Black with #692006
Text Example
Text Example
White with #692006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692006; }
p { color: rgb(105,32,6); }
H1.HeaderClassName
{
color: #692006;
}
.AnyTagClassName
{
color: #692006;
}
</style>
background-color css
<style>
a { background-color: #692006; }
a { background-color: rgb(105,32,6); }
div.DivClassName
{
background-color: #692006;
}
.BgClassName
{
background-color: #692006;
}
</style>
border-color css
<style>
span { border-color: #692006; }
span { border-color: rgb(105,32,6); }
td.TdClassName
{
border-color: #692006;
}
.TagClassName
{
border-color: #692006;
}
</style>