Shades of Baker's Chocolate #653103
Tints of Baker's Chocolate #653103
RGB
CMYK
RGB Variations
Color information
#653103 (or 0x653103) is known color: Baker's Chocolate. HEX triplet: 65, 31 and 03. RGB value is (101,49,3). Sum of RGB (Red+Green+Blue) = 101+49+3=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #653103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653103 is #9ACEFC. Grayscale: #3B3B3B. Windows color (decimal): -10145533 or 209253. OLE color: 209253.
HSL color Cylindrical-coordinate representation of color #653103: hue angle of 28.16º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #653103 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 3 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.60 |
| HSL | 28.16º | 0.94% | 0.2% | - |
| HSV(B) | 28.16º | 0.97% | 0.4% | - |
| XYZ | 6.48 | 4.97 | 0.7 | - |
| YUV | 59.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 3 | 0 | 0.51 | 0.97 | 0.60 | 28.16 | 0.94 | 0.2 |
| Hex | 65 | 31 | 3 | 0 | 33 | 61 | 3C | 1C | 5E | 14 |
| Octal | 145 | 61 | 3 | 0 | 63 | 141 | 74 | 34 | 136 | 24 |
| Binary | 1100101 | 110001 | 11 | 0 | 110011 | 1100001 | 111100 | 11100 | 1011110 | 10100 |
Color Harmonies of #653103
Complementary color
Monochromatic Colors of #653103
Black with #653103
Text Example
Text Example
White with #653103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653103; }
p { color: rgb(101,49,3); }
H1.HeaderClassName
{
color: #653103;
}
.AnyTagClassName
{
color: #653103;
}
</style>
background-color css
<style>
a { background-color: #653103; }
a { background-color: rgb(101,49,3); }
div.DivClassName
{
background-color: #653103;
}
.BgClassName
{
background-color: #653103;
}
</style>
border-color css
<style>
span { border-color: #653103; }
span { border-color: rgb(101,49,3); }
td.TdClassName
{
border-color: #653103;
}
.TagClassName
{
border-color: #653103;
}
</style>