Shades of Baker's Chocolate #653B11
Tints of Baker's Chocolate #653B11
RGB
CMYK
RGB Variations
Color information
#653B11 (or 0x653B11) is known color: Baker's Chocolate. HEX triplet: 65, 3B and 11. RGB value is (101,59,17). Sum of RGB (Red+Green+Blue) = 101+59+17=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #653B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653B11 is #9AC4EE. Grayscale: #424242. Windows color (decimal): -10142959 or 1129317. OLE color: 1129317.
HSL color Cylindrical-coordinate representation of color #653B11: hue angle of 30º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #653B11 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 17 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.60 |
| HSL | 30º | 0.71% | 0.23% | - |
| HSV(B) | 30º | 0.83% | 0.4% | - |
| XYZ | 7.03 | 5.94 | 1.31 | - |
| YUV | 66.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 17 | 0 | 0.42 | 0.83 | 0.60 | 30 | 0.71 | 0.23 |
| Hex | 65 | 3B | 11 | 0 | 2A | 53 | 3C | 1E | 47 | 17 |
| Octal | 145 | 73 | 21 | 0 | 52 | 123 | 74 | 36 | 107 | 27 |
| Binary | 1100101 | 111011 | 10001 | 0 | 101010 | 1010011 | 111100 | 11110 | 1000111 | 10111 |
Color Harmonies of #653B11
Complementary color
Monochromatic Colors of #653B11
Black with #653B11
Text Example
Text Example
White with #653B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B11; }
p { color: rgb(101,59,17); }
H1.HeaderClassName
{
color: #653B11;
}
.AnyTagClassName
{
color: #653B11;
}
</style>
background-color css
<style>
a { background-color: #653B11; }
a { background-color: rgb(101,59,17); }
div.DivClassName
{
background-color: #653B11;
}
.BgClassName
{
background-color: #653B11;
}
</style>
border-color css
<style>
span { border-color: #653B11; }
span { border-color: rgb(101,59,17); }
td.TdClassName
{
border-color: #653B11;
}
.TagClassName
{
border-color: #653B11;
}
</style>