Shades of Baker's Chocolate #692008
Tints of Baker's Chocolate #692008
RGB
CMYK
RGB Variations
Color information
#692008 (or 0x692008) is known color: Baker's Chocolate. HEX triplet: 69, 20 and 08. RGB value is (105,32,8). Sum of RGB (Red+Green+Blue) = 105+32+8=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #692008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692008 is #96DFF7. Grayscale: #333333. Windows color (decimal): -9887736 or 532585. OLE color: 532585.
HSL color Cylindrical-coordinate representation of color #692008: hue angle of 14.85º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #692008 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 32 | 8 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.59 |
| HSL | 14.85º | 0.86% | 0.22% | - |
| HSV(B) | 14.85º | 0.92% | 0.41% | - |
| XYZ | 6.39 | 4.05 | 0.68 | - |
| YUV | 51.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 8 | 0 | 0.70 | 0.92 | 0.59 | 14.85 | 0.86 | 0.22 |
| Hex | 69 | 20 | 8 | 0 | 46 | 5C | 3B | F | 56 | 16 |
| Octal | 151 | 40 | 10 | 0 | 106 | 134 | 73 | 17 | 126 | 26 |
| Binary | 1101001 | 100000 | 1000 | 0 | 1000110 | 1011100 | 111011 | 1111 | 1010110 | 10110 |
Color Harmonies of #692008
Complementary color
Monochromatic Colors of #692008
Black with #692008
Text Example
Text Example
White with #692008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692008; }
p { color: rgb(105,32,8); }
H1.HeaderClassName
{
color: #692008;
}
.AnyTagClassName
{
color: #692008;
}
</style>
background-color css
<style>
a { background-color: #692008; }
a { background-color: rgb(105,32,8); }
div.DivClassName
{
background-color: #692008;
}
.BgClassName
{
background-color: #692008;
}
</style>
border-color css
<style>
span { border-color: #692008; }
span { border-color: rgb(105,32,8); }
td.TdClassName
{
border-color: #692008;
}
.TagClassName
{
border-color: #692008;
}
</style>