Shades of Baker's Chocolate #693A0B
Tints of Baker's Chocolate #693A0B
RGB
CMYK
RGB Variations
Color information
#693A0B (or 0x693A0B) is known color: Baker's Chocolate. HEX triplet: 69, 3A and 0B. RGB value is (105,58,11). Sum of RGB (Red+Green+Blue) = 105+58+11=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #693A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693A0B is #96C5F4. Grayscale: #424242. Windows color (decimal): -9881077 or 735849. OLE color: 735849.
HSL color Cylindrical-coordinate representation of color #693A0B: hue angle of 30º degrees, saturation: 0.81, 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 #693A0B is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 11 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.59 |
| HSL | 30º | 0.81% | 0.23% | - |
| HSV(B) | 30º | 0.9% | 0.41% | - |
| XYZ | 7.4 | 6.05 | 1.1 | - |
| YUV | 66.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 11 | 0 | 0.45 | 0.90 | 0.59 | 30 | 0.81 | 0.23 |
| Hex | 69 | 3A | B | 0 | 2D | 5A | 3B | 1E | 51 | 17 |
| Octal | 151 | 72 | 13 | 0 | 55 | 132 | 73 | 36 | 121 | 27 |
| Binary | 1101001 | 111010 | 1011 | 0 | 101101 | 1011010 | 111011 | 11110 | 1010001 | 10111 |
Color Harmonies of #693A0B
Complementary color
Monochromatic Colors of #693A0B
Black with #693A0B
Text Example
Text Example
White with #693A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A0B; }
p { color: rgb(105,58,11); }
H1.HeaderClassName
{
color: #693A0B;
}
.AnyTagClassName
{
color: #693A0B;
}
</style>
background-color css
<style>
a { background-color: #693A0B; }
a { background-color: rgb(105,58,11); }
div.DivClassName
{
background-color: #693A0B;
}
.BgClassName
{
background-color: #693A0B;
}
</style>
border-color css
<style>
span { border-color: #693A0B; }
span { border-color: rgb(105,58,11); }
td.TdClassName
{
border-color: #693A0B;
}
.TagClassName
{
border-color: #693A0B;
}
</style>