Shades of Baker's Chocolate #693909
Tints of Baker's Chocolate #693909
RGB
CMYK
RGB Variations
Color information
#693909 (or 0x693909) is known color: Baker's Chocolate. HEX triplet: 69, 39 and 09. RGB value is (105,57,9). Sum of RGB (Red+Green+Blue) = 105+57+9=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #693909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693909 is #96C6F6. Grayscale: #424242. Windows color (decimal): -9881335 or 604521. OLE color: 604521.
HSL color Cylindrical-coordinate representation of color #693909: hue angle of 30º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #693909 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 9 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.59 |
| HSL | 30º | 0.84% | 0.22% | - |
| HSV(B) | 30º | 0.91% | 0.41% | - |
| XYZ | 7.34 | 5.95 | 1.02 | - |
| YUV | 65.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 9 | 0 | 0.46 | 0.91 | 0.59 | 30 | 0.84 | 0.22 |
| Hex | 69 | 39 | 9 | 0 | 2E | 5B | 3B | 1E | 54 | 16 |
| Octal | 151 | 71 | 11 | 0 | 56 | 133 | 73 | 36 | 124 | 26 |
| Binary | 1101001 | 111001 | 1001 | 0 | 101110 | 1011011 | 111011 | 11110 | 1010100 | 10110 |
Color Harmonies of #693909
Complementary color
Monochromatic Colors of #693909
Black with #693909
Text Example
Text Example
White with #693909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693909; }
p { color: rgb(105,57,9); }
H1.HeaderClassName
{
color: #693909;
}
.AnyTagClassName
{
color: #693909;
}
</style>
background-color css
<style>
a { background-color: #693909; }
a { background-color: rgb(105,57,9); }
div.DivClassName
{
background-color: #693909;
}
.BgClassName
{
background-color: #693909;
}
</style>
border-color css
<style>
span { border-color: #693909; }
span { border-color: rgb(105,57,9); }
td.TdClassName
{
border-color: #693909;
}
.TagClassName
{
border-color: #693909;
}
</style>