Shades of Baker's Chocolate #693607
Tints of Baker's Chocolate #693607
RGB
CMYK
RGB Variations
Color information
#693607 (or 0x693607) is known color: Baker's Chocolate. HEX triplet: 69, 36 and 07. RGB value is (105,54,7). Sum of RGB (Red+Green+Blue) = 105+54+7=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #693607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693607 is #96C9F8. Grayscale: #404040. Windows color (decimal): -9882105 or 472681. OLE color: 472681.
HSL color Cylindrical-coordinate representation of color #693607: hue angle of 28.78º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #693607 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 54 | 7 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.59 |
| HSL | 28.78º | 0.88% | 0.22% | - |
| HSV(B) | 28.78º | 0.93% | 0.41% | - |
| XYZ | 7.18 | 5.66 | 0.91 | - |
| YUV | 63.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 7 | 0 | 0.49 | 0.93 | 0.59 | 28.78 | 0.88 | 0.22 |
| Hex | 69 | 36 | 7 | 0 | 31 | 5D | 3B | 1D | 58 | 16 |
| Octal | 151 | 66 | 7 | 0 | 61 | 135 | 73 | 35 | 130 | 26 |
| Binary | 1101001 | 110110 | 111 | 0 | 110001 | 1011101 | 111011 | 11101 | 1011000 | 10110 |
Color Harmonies of #693607
Complementary color
Monochromatic Colors of #693607
Black with #693607
Text Example
Text Example
White with #693607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693607; }
p { color: rgb(105,54,7); }
H1.HeaderClassName
{
color: #693607;
}
.AnyTagClassName
{
color: #693607;
}
</style>
background-color css
<style>
a { background-color: #693607; }
a { background-color: rgb(105,54,7); }
div.DivClassName
{
background-color: #693607;
}
.BgClassName
{
background-color: #693607;
}
</style>
border-color css
<style>
span { border-color: #693607; }
span { border-color: rgb(105,54,7); }
td.TdClassName
{
border-color: #693607;
}
.TagClassName
{
border-color: #693607;
}
</style>