Shades of Baker's Chocolate #692002
Tints of Baker's Chocolate #692002
RGB
CMYK
RGB Variations
Color information
#692002 (or 0x692002) is known color: Baker's Chocolate. HEX triplet: 69, 20 and 02. RGB value is (105,32,2). Sum of RGB (Red+Green+Blue) = 105+32+2=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #692002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692002 is #96DFFD. Grayscale: #323232. Windows color (decimal): -9887742 or 139369. OLE color: 139369.
HSL color Cylindrical-coordinate representation of color #692002: hue angle of 17.48º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #692002 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 32 | 2 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.59 |
| HSL | 17.48º | 0.96% | 0.21% | - |
| HSV(B) | 17.48º | 0.98% | 0.41% | - |
| XYZ | 6.35 | 4.04 | 0.5 | - |
| YUV | 50.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 2 | 0 | 0.70 | 0.98 | 0.59 | 17.48 | 0.96 | 0.21 |
| Hex | 69 | 20 | 2 | 0 | 46 | 62 | 3B | 11 | 60 | 15 |
| Octal | 151 | 40 | 2 | 0 | 106 | 142 | 73 | 21 | 140 | 25 |
| Binary | 1101001 | 100000 | 10 | 0 | 1000110 | 1100010 | 111011 | 10001 | 1100000 | 10101 |
Color Harmonies of #692002
Complementary color
Monochromatic Colors of #692002
Black with #692002
Text Example
Text Example
White with #692002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692002; }
p { color: rgb(105,32,2); }
H1.HeaderClassName
{
color: #692002;
}
.AnyTagClassName
{
color: #692002;
}
</style>
background-color css
<style>
a { background-color: #692002; }
a { background-color: rgb(105,32,2); }
div.DivClassName
{
background-color: #692002;
}
.BgClassName
{
background-color: #692002;
}
</style>
border-color css
<style>
span { border-color: #692002; }
span { border-color: rgb(105,32,2); }
td.TdClassName
{
border-color: #692002;
}
.TagClassName
{
border-color: #692002;
}
</style>