Shades of Baker's Chocolate #693404
Tints of Baker's Chocolate #693404
RGB
CMYK
RGB Variations
Color information
#693404 (or 0x693404) is known color: Baker's Chocolate. HEX triplet: 69, 34 and 04. RGB value is (105,52,4). Sum of RGB (Red+Green+Blue) = 105+52+4=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #693404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693404 is #96CBFB. Grayscale: #3E3E3E. Windows color (decimal): -9882620 or 275561. OLE color: 275561.
HSL color Cylindrical-coordinate representation of color #693404: hue angle of 28.51º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #693404 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 52 | 4 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.59 |
| HSL | 28.51º | 0.93% | 0.21% | - |
| HSV(B) | 28.51º | 0.96% | 0.41% | - |
| XYZ | 7.08 | 5.47 | 0.8 | - |
| YUV | 62.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 4 | 0 | 0.50 | 0.96 | 0.59 | 28.51 | 0.93 | 0.21 |
| Hex | 69 | 34 | 4 | 0 | 32 | 60 | 3B | 1D | 5D | 15 |
| Octal | 151 | 64 | 4 | 0 | 62 | 140 | 73 | 35 | 135 | 25 |
| Binary | 1101001 | 110100 | 100 | 0 | 110010 | 1100000 | 111011 | 11101 | 1011101 | 10101 |
Color Harmonies of #693404
Complementary color
Monochromatic Colors of #693404
Black with #693404
Text Example
Text Example
White with #693404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693404; }
p { color: rgb(105,52,4); }
H1.HeaderClassName
{
color: #693404;
}
.AnyTagClassName
{
color: #693404;
}
</style>
background-color css
<style>
a { background-color: #693404; }
a { background-color: rgb(105,52,4); }
div.DivClassName
{
background-color: #693404;
}
.BgClassName
{
background-color: #693404;
}
</style>
border-color css
<style>
span { border-color: #693404; }
span { border-color: rgb(105,52,4); }
td.TdClassName
{
border-color: #693404;
}
.TagClassName
{
border-color: #693404;
}
</style>