Shades of Baker's Chocolate #693705
Tints of Baker's Chocolate #693705
RGB
CMYK
RGB Variations
Color information
#693705 (or 0x693705) is known color: Baker's Chocolate. HEX triplet: 69, 37 and 05. RGB value is (105,55,5). Sum of RGB (Red+Green+Blue) = 105+55+5=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #693705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693705 is #96C8FA. Grayscale: #404040. Windows color (decimal): -9881851 or 341865. OLE color: 341865.
HSL color Cylindrical-coordinate representation of color #693705: hue angle of 30º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #693705 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 55 | 5 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.59 |
| HSL | 30º | 0.91% | 0.22% | - |
| HSV(B) | 30º | 0.95% | 0.41% | - |
| XYZ | 7.22 | 5.75 | 0.87 | - |
| YUV | 64.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 5 | 0 | 0.48 | 0.95 | 0.59 | 30 | 0.91 | 0.22 |
| Hex | 69 | 37 | 5 | 0 | 30 | 5F | 3B | 1E | 5B | 16 |
| Octal | 151 | 67 | 5 | 0 | 60 | 137 | 73 | 36 | 133 | 26 |
| Binary | 1101001 | 110111 | 101 | 0 | 110000 | 1011111 | 111011 | 11110 | 1011011 | 10110 |
Color Harmonies of #693705
Complementary color
Monochromatic Colors of #693705
Black with #693705
Text Example
Text Example
White with #693705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693705; }
p { color: rgb(105,55,5); }
H1.HeaderClassName
{
color: #693705;
}
.AnyTagClassName
{
color: #693705;
}
</style>
background-color css
<style>
a { background-color: #693705; }
a { background-color: rgb(105,55,5); }
div.DivClassName
{
background-color: #693705;
}
.BgClassName
{
background-color: #693705;
}
</style>
border-color css
<style>
span { border-color: #693705; }
span { border-color: rgb(105,55,5); }
td.TdClassName
{
border-color: #693705;
}
.TagClassName
{
border-color: #693705;
}
</style>