Shades of Baker's Chocolate #693501
Tints of Baker's Chocolate #693501
RGB
CMYK
RGB Variations
Color information
#693501 (or 0x693501) is known color: Baker's Chocolate. HEX triplet: 69, 35 and 01. RGB value is (105,53,1). Sum of RGB (Red+Green+Blue) = 105+53+1=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #693501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693501 is #96CAFE. Grayscale: #3E3E3E. Windows color (decimal): -9882367 or 79209. OLE color: 79209.
HSL color Cylindrical-coordinate representation of color #693501: hue angle of 30º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #693501 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 53 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.59 |
| HSL | 30º | 0.98% | 0.21% | - |
| HSV(B) | 30º | 0.99% | 0.41% | - |
| XYZ | 7.1 | 5.55 | 0.73 | - |
| YUV | 62.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 1 | 0 | 0.50 | 0.99 | 0.59 | 30 | 0.98 | 0.21 |
| Hex | 69 | 35 | 1 | 0 | 32 | 63 | 3B | 1E | 62 | 15 |
| Octal | 151 | 65 | 1 | 0 | 62 | 143 | 73 | 36 | 142 | 25 |
| Binary | 1101001 | 110101 | 1 | 0 | 110010 | 1100011 | 111011 | 11110 | 1100010 | 10101 |
Color Harmonies of #693501
Complementary color
Monochromatic Colors of #693501
Black with #693501
Text Example
Text Example
White with #693501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693501; }
p { color: rgb(105,53,1); }
H1.HeaderClassName
{
color: #693501;
}
.AnyTagClassName
{
color: #693501;
}
</style>
background-color css
<style>
a { background-color: #693501; }
a { background-color: rgb(105,53,1); }
div.DivClassName
{
background-color: #693501;
}
.BgClassName
{
background-color: #693501;
}
</style>
border-color css
<style>
span { border-color: #693501; }
span { border-color: rgb(105,53,1); }
td.TdClassName
{
border-color: #693501;
}
.TagClassName
{
border-color: #693501;
}
</style>