Shades of Baker's Chocolate #693009
Tints of Baker's Chocolate #693009
RGB
CMYK
RGB Variations
Color information
#693009 (or 0x693009) is known color: Baker's Chocolate. HEX triplet: 69, 30 and 09. RGB value is (105,48,9). Sum of RGB (Red+Green+Blue) = 105+48+9=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #693009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693009 is #96CFF6. Grayscale: #3C3C3C. Windows color (decimal): -9883639 or 602217. OLE color: 602217.
HSL color Cylindrical-coordinate representation of color #693009: hue angle of 24.38º 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 #693009 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 48 | 9 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.59 |
| HSL | 24.38º | 0.84% | 0.22% | - |
| HSV(B) | 24.38º | 0.91% | 0.41% | - |
| XYZ | 6.93 | 5.14 | 0.88 | - |
| YUV | 60.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 9 | 0 | 0.54 | 0.91 | 0.59 | 24.38 | 0.84 | 0.22 |
| Hex | 69 | 30 | 9 | 0 | 36 | 5B | 3B | 18 | 54 | 16 |
| Octal | 151 | 60 | 11 | 0 | 66 | 133 | 73 | 30 | 124 | 26 |
| Binary | 1101001 | 110000 | 1001 | 0 | 110110 | 1011011 | 111011 | 11000 | 1010100 | 10110 |
Color Harmonies of #693009
Complementary color
Monochromatic Colors of #693009
Black with #693009
Text Example
Text Example
White with #693009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693009; }
p { color: rgb(105,48,9); }
H1.HeaderClassName
{
color: #693009;
}
.AnyTagClassName
{
color: #693009;
}
</style>
background-color css
<style>
a { background-color: #693009; }
a { background-color: rgb(105,48,9); }
div.DivClassName
{
background-color: #693009;
}
.BgClassName
{
background-color: #693009;
}
</style>
border-color css
<style>
span { border-color: #693009; }
span { border-color: rgb(105,48,9); }
td.TdClassName
{
border-color: #693009;
}
.TagClassName
{
border-color: #693009;
}
</style>