Shades of Baker's Chocolate #693411
Tints of Baker's Chocolate #693411
RGB
CMYK
RGB Variations
Color information
#693411 (or 0x693411) is known color: Baker's Chocolate. HEX triplet: 69, 34 and 11. RGB value is (105,52,17). Sum of RGB (Red+Green+Blue) = 105+52+17=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #693411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693411 is #96CBEE. Grayscale: #404040. Windows color (decimal): -9882607 or 1127529. OLE color: 1127529.
HSL color Cylindrical-coordinate representation of color #693411: hue angle of 23.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #693411 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 52 | 17 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.59 |
| HSL | 23.86º | 0.72% | 0.24% | - |
| HSV(B) | 23.86º | 0.84% | 0.41% | - |
| XYZ | 7.15 | 5.5 | 1.21 | - |
| YUV | 63.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 17 | 0 | 0.50 | 0.84 | 0.59 | 23.86 | 0.72 | 0.24 |
| Hex | 69 | 34 | 11 | 0 | 32 | 54 | 3B | 18 | 48 | 18 |
| Octal | 151 | 64 | 21 | 0 | 62 | 124 | 73 | 30 | 110 | 30 |
| Binary | 1101001 | 110100 | 10001 | 0 | 110010 | 1010100 | 111011 | 11000 | 1001000 | 11000 |
Color Harmonies of #693411
Complementary color
Monochromatic Colors of #693411
Black with #693411
Text Example
Text Example
White with #693411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693411; }
p { color: rgb(105,52,17); }
H1.HeaderClassName
{
color: #693411;
}
.AnyTagClassName
{
color: #693411;
}
</style>
background-color css
<style>
a { background-color: #693411; }
a { background-color: rgb(105,52,17); }
div.DivClassName
{
background-color: #693411;
}
.BgClassName
{
background-color: #693411;
}
</style>
border-color css
<style>
span { border-color: #693411; }
span { border-color: rgb(105,52,17); }
td.TdClassName
{
border-color: #693411;
}
.TagClassName
{
border-color: #693411;
}
</style>