Shades of Baker's Chocolate #653A09
Tints of Baker's Chocolate #653A09
RGB
CMYK
RGB Variations
Color information
#653A09 (or 0x653A09) is known color: Baker's Chocolate. HEX triplet: 65, 3A and 09. RGB value is (101,58,9). Sum of RGB (Red+Green+Blue) = 101+58+9=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #653A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653A09 is #9AC5F6. Grayscale: #414141. Windows color (decimal): -10143223 or 604773. OLE color: 604773.
HSL color Cylindrical-coordinate representation of color #653A09: hue angle of 31.96º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #653A09 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 9 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.60 |
| HSL | 31.96º | 0.84% | 0.22% | - |
| HSV(B) | 31.96º | 0.91% | 0.4% | - |
| XYZ | 6.93 | 5.81 | 1.02 | - |
| YUV | 65.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 9 | 0 | 0.43 | 0.91 | 0.60 | 31.96 | 0.84 | 0.22 |
| Hex | 65 | 3A | 9 | 0 | 2B | 5B | 3C | 20 | 54 | 16 |
| Octal | 145 | 72 | 11 | 0 | 53 | 133 | 74 | 40 | 124 | 26 |
| Binary | 1100101 | 111010 | 1001 | 0 | 101011 | 1011011 | 111100 | 100000 | 1010100 | 10110 |
Color Harmonies of #653A09
Complementary color
Monochromatic Colors of #653A09
Black with #653A09
Text Example
Text Example
White with #653A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A09; }
p { color: rgb(101,58,9); }
H1.HeaderClassName
{
color: #653A09;
}
.AnyTagClassName
{
color: #653A09;
}
</style>
background-color css
<style>
a { background-color: #653A09; }
a { background-color: rgb(101,58,9); }
div.DivClassName
{
background-color: #653A09;
}
.BgClassName
{
background-color: #653A09;
}
</style>
border-color css
<style>
span { border-color: #653A09; }
span { border-color: rgb(101,58,9); }
td.TdClassName
{
border-color: #653A09;
}
.TagClassName
{
border-color: #653A09;
}
</style>