Shades of Baker's Chocolate #693213
Tints of Baker's Chocolate #693213
RGB
CMYK
RGB Variations
Color information
#693213 (or 0x693213) is known color: Baker's Chocolate. HEX triplet: 69, 32 and 13. RGB value is (105,50,19). Sum of RGB (Red+Green+Blue) = 105+50+19=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #693213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693213 is #96CDEC. Grayscale: #3F3F3F. Windows color (decimal): -9883117 or 1258089. OLE color: 1258089.
HSL color Cylindrical-coordinate representation of color #693213: hue angle of 21.63º 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 #693213 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 50 | 19 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.59 |
| HSL | 21.63º | 0.69% | 0.24% | - |
| HSV(B) | 21.63º | 0.82% | 0.41% | - |
| XYZ | 7.08 | 5.33 | 1.27 | - |
| YUV | 62.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 19 | 0 | 0.52 | 0.82 | 0.59 | 21.63 | 0.69 | 0.24 |
| Hex | 69 | 32 | 13 | 0 | 34 | 52 | 3B | 16 | 45 | 18 |
| Octal | 151 | 62 | 23 | 0 | 64 | 122 | 73 | 26 | 105 | 30 |
| Binary | 1101001 | 110010 | 10011 | 0 | 110100 | 1010010 | 111011 | 10110 | 1000101 | 11000 |
Color Harmonies of #693213
Complementary color
Monochromatic Colors of #693213
Black with #693213
Text Example
Text Example
White with #693213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693213; }
p { color: rgb(105,50,19); }
H1.HeaderClassName
{
color: #693213;
}
.AnyTagClassName
{
color: #693213;
}
</style>
background-color css
<style>
a { background-color: #693213; }
a { background-color: rgb(105,50,19); }
div.DivClassName
{
background-color: #693213;
}
.BgClassName
{
background-color: #693213;
}
</style>
border-color css
<style>
span { border-color: #693213; }
span { border-color: rgb(105,50,19); }
td.TdClassName
{
border-color: #693213;
}
.TagClassName
{
border-color: #693213;
}
</style>