Shades of Baker's Chocolate #653600
Tints of Baker's Chocolate #653600
RGB
CMYK
RGB Variations
Color information
#653600 (or 0x653600) is known color: Baker's Chocolate. HEX triplet: 65, 36 and 00. RGB value is (101,54,0). Sum of RGB (Red+Green+Blue) = 101+54+0=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #653600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653600 is #9AC9FF. Grayscale: #3E3E3E. Windows color (decimal): -10144256 or 13925. OLE color: 13925.
HSL color Cylindrical-coordinate representation of color #653600: hue angle of 32.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #653600 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 54 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.60 |
| HSL | 32.08º | 1% | 0.2% | - |
| HSV(B) | 32.08º | 1% | 0.4% | - |
| XYZ | 6.69 | 5.41 | 0.69 | - |
| YUV | 61.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 0 | 0 | 0.47 | 1 | 0.60 | 32.08 | 1 | 0.2 |
| Hex | 65 | 36 | 0 | 0 | 2F | 64 | 3C | 20 | 64 | 14 |
| Octal | 145 | 66 | 0 | 0 | 57 | 144 | 74 | 40 | 144 | 24 |
| Binary | 1100101 | 110110 | 0 | 0 | 101111 | 1100100 | 111100 | 100000 | 1100100 | 10100 |
Color Harmonies of #653600
Complementary color
Monochromatic Colors of #653600
Black with #653600
Text Example
Text Example
White with #653600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653600; }
p { color: rgb(101,54,0); }
H1.HeaderClassName
{
color: #653600;
}
.AnyTagClassName
{
color: #653600;
}
</style>
background-color css
<style>
a { background-color: #653600; }
a { background-color: rgb(101,54,0); }
div.DivClassName
{
background-color: #653600;
}
.BgClassName
{
background-color: #653600;
}
</style>
border-color css
<style>
span { border-color: #653600; }
span { border-color: rgb(101,54,0); }
td.TdClassName
{
border-color: #653600;
}
.TagClassName
{
border-color: #653600;
}
</style>