Shades of Baker's Chocolate #693413
Tints of Baker's Chocolate #693413
RGB
CMYK
RGB Variations
Color information
#693413 (or 0x693413) is known color: Baker's Chocolate. HEX triplet: 69, 34 and 13. RGB value is (105,52,19). Sum of RGB (Red+Green+Blue) = 105+52+19=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #693413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693413 is #96CBEC. Grayscale: #404040. Windows color (decimal): -9882605 or 1258601. OLE color: 1258601.
HSL color Cylindrical-coordinate representation of color #693413: hue angle of 23.02º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #693413 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 52 | 19 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.59 |
| HSL | 23.02º | 0.69% | 0.24% | - |
| HSV(B) | 23.02º | 0.82% | 0.41% | - |
| XYZ | 7.17 | 5.51 | 1.3 | - |
| YUV | 64.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 19 | 0 | 0.50 | 0.82 | 0.59 | 23.02 | 0.69 | 0.24 |
| Hex | 69 | 34 | 13 | 0 | 32 | 52 | 3B | 17 | 45 | 18 |
| Octal | 151 | 64 | 23 | 0 | 62 | 122 | 73 | 27 | 105 | 30 |
| Binary | 1101001 | 110100 | 10011 | 0 | 110010 | 1010010 | 111011 | 10111 | 1000101 | 11000 |
Color Harmonies of #693413
Complementary color
Monochromatic Colors of #693413
Black with #693413
Text Example
Text Example
White with #693413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693413; }
p { color: rgb(105,52,19); }
H1.HeaderClassName
{
color: #693413;
}
.AnyTagClassName
{
color: #693413;
}
</style>
background-color css
<style>
a { background-color: #693413; }
a { background-color: rgb(105,52,19); }
div.DivClassName
{
background-color: #693413;
}
.BgClassName
{
background-color: #693413;
}
</style>
border-color css
<style>
span { border-color: #693413; }
span { border-color: rgb(105,52,19); }
td.TdClassName
{
border-color: #693413;
}
.TagClassName
{
border-color: #693413;
}
</style>