Shades of Baker's Chocolate #652A09
Tints of Baker's Chocolate #652A09
RGB
CMYK
RGB Variations
Color information
#652A09 (or 0x652A09) is known color: Baker's Chocolate. HEX triplet: 65, 2A and 09. RGB value is (101,42,9). Sum of RGB (Red+Green+Blue) = 101+42+9=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #652A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652A09 is #9AD5F6. Grayscale: #383838. Windows color (decimal): -10147319 or 600677. OLE color: 600677.
HSL color Cylindrical-coordinate representation of color #652A09: hue angle of 21.52º 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 #652A09 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 42 | 9 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.60 |
| HSL | 21.52º | 0.84% | 0.22% | - |
| HSV(B) | 21.52º | 0.91% | 0.4% | - |
| XYZ | 6.24 | 4.44 | 0.79 | - |
| YUV | 55.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 9 | 0 | 0.58 | 0.91 | 0.60 | 21.52 | 0.84 | 0.22 |
| Hex | 65 | 2A | 9 | 0 | 3A | 5B | 3C | 16 | 54 | 16 |
| Octal | 145 | 52 | 11 | 0 | 72 | 133 | 74 | 26 | 124 | 26 |
| Binary | 1100101 | 101010 | 1001 | 0 | 111010 | 1011011 | 111100 | 10110 | 1010100 | 10110 |
Color Harmonies of #652A09
Complementary color
Monochromatic Colors of #652A09
Black with #652A09
Text Example
Text Example
White with #652A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652A09; }
p { color: rgb(101,42,9); }
H1.HeaderClassName
{
color: #652A09;
}
.AnyTagClassName
{
color: #652A09;
}
</style>
background-color css
<style>
a { background-color: #652A09; }
a { background-color: rgb(101,42,9); }
div.DivClassName
{
background-color: #652A09;
}
.BgClassName
{
background-color: #652A09;
}
</style>
border-color css
<style>
span { border-color: #652A09; }
span { border-color: rgb(101,42,9); }
td.TdClassName
{
border-color: #652A09;
}
.TagClassName
{
border-color: #652A09;
}
</style>