Shades of Baker's Chocolate #693101
Tints of Baker's Chocolate #693101
RGB
CMYK
RGB Variations
Color information
#693101 (or 0x693101) is known color: Baker's Chocolate. HEX triplet: 69, 31 and 01. RGB value is (105,49,1). Sum of RGB (Red+Green+Blue) = 105+49+1=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #693101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693101 is #96CEFE. Grayscale: #3C3C3C. Windows color (decimal): -9883391 or 78185. OLE color: 78185.
HSL color Cylindrical-coordinate representation of color #693101: hue angle of 27.69º 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 #693101 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 49 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.59 |
| HSL | 27.69º | 0.98% | 0.21% | - |
| HSV(B) | 27.69º | 0.99% | 0.41% | - |
| XYZ | 6.93 | 5.2 | 0.67 | - |
| YUV | 60.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 1 | 0 | 0.53 | 0.99 | 0.59 | 27.69 | 0.98 | 0.21 |
| Hex | 69 | 31 | 1 | 0 | 35 | 63 | 3B | 1C | 62 | 15 |
| Octal | 151 | 61 | 1 | 0 | 65 | 143 | 73 | 34 | 142 | 25 |
| Binary | 1101001 | 110001 | 1 | 0 | 110101 | 1100011 | 111011 | 11100 | 1100010 | 10101 |
Color Harmonies of #693101
Complementary color
Monochromatic Colors of #693101
Black with #693101
Text Example
Text Example
White with #693101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693101; }
p { color: rgb(105,49,1); }
H1.HeaderClassName
{
color: #693101;
}
.AnyTagClassName
{
color: #693101;
}
</style>
background-color css
<style>
a { background-color: #693101; }
a { background-color: rgb(105,49,1); }
div.DivClassName
{
background-color: #693101;
}
.BgClassName
{
background-color: #693101;
}
</style>
border-color css
<style>
span { border-color: #693101; }
span { border-color: rgb(105,49,1); }
td.TdClassName
{
border-color: #693101;
}
.TagClassName
{
border-color: #693101;
}
</style>