Shades of Baker's Chocolate #653401
Tints of Baker's Chocolate #653401
RGB
CMYK
RGB Variations
Color information
#653401 (or 0x653401) is known color: Baker's Chocolate. HEX triplet: 65, 34 and 01. RGB value is (101,52,1). Sum of RGB (Red+Green+Blue) = 101+52+1=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #653401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653401 is #9ACBFE. Grayscale: #3D3D3D. Windows color (decimal): -10144767 or 78949. OLE color: 78949.
HSL color Cylindrical-coordinate representation of color #653401: hue angle of 30.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #653401 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 52 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.60 |
| HSL | 30.6º | 0.98% | 0.2% | - |
| HSV(B) | 30.6º | 0.99% | 0.4% | - |
| XYZ | 6.6 | 5.22 | 0.69 | - |
| YUV | 60.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 1 | 0 | 0.49 | 0.99 | 0.60 | 30.6 | 0.98 | 0.2 |
| Hex | 65 | 34 | 1 | 0 | 31 | 63 | 3C | 1F | 62 | 14 |
| Octal | 145 | 64 | 1 | 0 | 61 | 143 | 74 | 37 | 142 | 24 |
| Binary | 1100101 | 110100 | 1 | 0 | 110001 | 1100011 | 111100 | 11111 | 1100010 | 10100 |
Color Harmonies of #653401
Complementary color
Monochromatic Colors of #653401
Black with #653401
Text Example
Text Example
White with #653401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653401; }
p { color: rgb(101,52,1); }
H1.HeaderClassName
{
color: #653401;
}
.AnyTagClassName
{
color: #653401;
}
</style>
background-color css
<style>
a { background-color: #653401; }
a { background-color: rgb(101,52,1); }
div.DivClassName
{
background-color: #653401;
}
.BgClassName
{
background-color: #653401;
}
</style>
border-color css
<style>
span { border-color: #653401; }
span { border-color: rgb(101,52,1); }
td.TdClassName
{
border-color: #653401;
}
.TagClassName
{
border-color: #653401;
}
</style>