Shades of Baker's Chocolate #693117
Tints of Baker's Chocolate #693117
RGB
CMYK
RGB Variations
Color information
#693117 (or 0x693117) is known color: Baker's Chocolate. HEX triplet: 69, 31 and 17. RGB value is (105,49,23). Sum of RGB (Red+Green+Blue) = 105+49+23=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #693117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693117 is #96CEE8. Grayscale: #3E3E3E. Windows color (decimal): -9883369 or 1519977. OLE color: 1519977.
HSL color Cylindrical-coordinate representation of color #693117: hue angle of 19.02º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #693117 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 49 | 23 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.59 |
| HSL | 19.02º | 0.64% | 0.25% | - |
| HSV(B) | 19.02º | 0.78% | 0.41% | - |
| XYZ | 7.08 | 5.26 | 1.45 | - |
| YUV | 62.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 23 | 0 | 0.53 | 0.78 | 0.59 | 19.02 | 0.64 | 0.25 |
| Hex | 69 | 31 | 17 | 0 | 35 | 4E | 3B | 13 | 40 | 19 |
| Octal | 151 | 61 | 27 | 0 | 65 | 116 | 73 | 23 | 100 | 31 |
| Binary | 1101001 | 110001 | 10111 | 0 | 110101 | 1001110 | 111011 | 10011 | 1000000 | 11001 |
Color Harmonies of #693117
Complementary color
Monochromatic Colors of #693117
Black with #693117
Text Example
Text Example
White with #693117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693117; }
p { color: rgb(105,49,23); }
H1.HeaderClassName
{
color: #693117;
}
.AnyTagClassName
{
color: #693117;
}
</style>
background-color css
<style>
a { background-color: #693117; }
a { background-color: rgb(105,49,23); }
div.DivClassName
{
background-color: #693117;
}
.BgClassName
{
background-color: #693117;
}
</style>
border-color css
<style>
span { border-color: #693117; }
span { border-color: rgb(105,49,23); }
td.TdClassName
{
border-color: #693117;
}
.TagClassName
{
border-color: #693117;
}
</style>