Shades of Baker's Chocolate #613204
Tints of Baker's Chocolate #613204
RGB
CMYK
RGB Variations
Color information
#613204 (or 0x613204) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 04. RGB value is (97,50,4). Sum of RGB (Red+Green+Blue) = 97+50+4=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #613204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613204 is #9ECDFB. Grayscale: #3B3B3B. Windows color (decimal): -10407420 or 275041. OLE color: 275041.
HSL color Cylindrical-coordinate representation of color #613204: hue angle of 29.68º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #613204 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 4 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.62 |
| HSL | 29.68º | 0.92% | 0.2% | - |
| HSV(B) | 29.68º | 0.96% | 0.38% | - |
| XYZ | 6.09 | 4.83 | 0.73 | - |
| YUV | 58.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 4 | 0 | 0.48 | 0.96 | 0.62 | 29.68 | 0.92 | 0.2 |
| Hex | 61 | 32 | 4 | 0 | 30 | 60 | 3E | 1E | 5C | 14 |
| Octal | 141 | 62 | 4 | 0 | 60 | 140 | 76 | 36 | 134 | 24 |
| Binary | 1100001 | 110010 | 100 | 0 | 110000 | 1100000 | 111110 | 11110 | 1011100 | 10100 |
Color Harmonies of #613204
Complementary color
Monochromatic Colors of #613204
Black with #613204
Text Example
Text Example
White with #613204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613204; }
p { color: rgb(97,50,4); }
H1.HeaderClassName
{
color: #613204;
}
.AnyTagClassName
{
color: #613204;
}
</style>
background-color css
<style>
a { background-color: #613204; }
a { background-color: rgb(97,50,4); }
div.DivClassName
{
background-color: #613204;
}
.BgClassName
{
background-color: #613204;
}
</style>
border-color css
<style>
span { border-color: #613204; }
span { border-color: rgb(97,50,4); }
td.TdClassName
{
border-color: #613204;
}
.TagClassName
{
border-color: #613204;
}
</style>