Shades of Baker's Chocolate #653606
Tints of Baker's Chocolate #653606
RGB
CMYK
RGB Variations
Color information
#653606 (or 0x653606) is known color: Baker's Chocolate. HEX triplet: 65, 36 and 06. RGB value is (101,54,6). Sum of RGB (Red+Green+Blue) = 101+54+6=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #653606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653606 is #9AC9F9. Grayscale: #3E3E3E. Windows color (decimal): -10144250 or 407141. OLE color: 407141.
HSL color Cylindrical-coordinate representation of color #653606: hue angle of 30.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #653606 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 54 | 6 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.60 |
| HSL | 30.32º | 0.89% | 0.21% | - |
| HSV(B) | 30.32º | 0.94% | 0.4% | - |
| XYZ | 6.72 | 5.42 | 0.86 | - |
| YUV | 62.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 6 | 0 | 0.47 | 0.94 | 0.60 | 30.32 | 0.89 | 0.21 |
| Hex | 65 | 36 | 6 | 0 | 2F | 5E | 3C | 1E | 59 | 15 |
| Octal | 145 | 66 | 6 | 0 | 57 | 136 | 74 | 36 | 131 | 25 |
| Binary | 1100101 | 110110 | 110 | 0 | 101111 | 1011110 | 111100 | 11110 | 1011001 | 10101 |
Color Harmonies of #653606
Complementary color
Monochromatic Colors of #653606
Black with #653606
Text Example
Text Example
White with #653606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653606; }
p { color: rgb(101,54,6); }
H1.HeaderClassName
{
color: #653606;
}
.AnyTagClassName
{
color: #653606;
}
</style>
background-color css
<style>
a { background-color: #653606; }
a { background-color: rgb(101,54,6); }
div.DivClassName
{
background-color: #653606;
}
.BgClassName
{
background-color: #653606;
}
</style>
border-color css
<style>
span { border-color: #653606; }
span { border-color: rgb(101,54,6); }
td.TdClassName
{
border-color: #653606;
}
.TagClassName
{
border-color: #653606;
}
</style>