Shades of Baker's Chocolate #613001
Tints of Baker's Chocolate #613001
RGB
CMYK
RGB Variations
Color information
#613001 (or 0x613001) is known color: Baker's Chocolate. HEX triplet: 61, 30 and 01. RGB value is (97,48,1). Sum of RGB (Red+Green+Blue) = 97+48+1=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #613001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613001 is #9ECFFE. Grayscale: #393939. Windows color (decimal): -10407935 or 77921. OLE color: 77921.
HSL color Cylindrical-coordinate representation of color #613001: hue angle of 29.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #613001 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 48 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.62 |
| HSL | 29.38º | 0.98% | 0.19% | - |
| HSV(B) | 29.38º | 0.99% | 0.38% | - |
| XYZ | 5.99 | 4.66 | 0.61 | - |
| YUV | 57.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 1 | 0 | 0.51 | 0.99 | 0.62 | 29.38 | 0.98 | 0.19 |
| Hex | 61 | 30 | 1 | 0 | 33 | 63 | 3E | 1D | 62 | 13 |
| Octal | 141 | 60 | 1 | 0 | 63 | 143 | 76 | 35 | 142 | 23 |
| Binary | 1100001 | 110000 | 1 | 0 | 110011 | 1100011 | 111110 | 11101 | 1100010 | 10011 |
Color Harmonies of #613001
Complementary color
Monochromatic Colors of #613001
Black with #613001
Text Example
Text Example
White with #613001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613001; }
p { color: rgb(97,48,1); }
H1.HeaderClassName
{
color: #613001;
}
.AnyTagClassName
{
color: #613001;
}
</style>
background-color css
<style>
a { background-color: #613001; }
a { background-color: rgb(97,48,1); }
div.DivClassName
{
background-color: #613001;
}
.BgClassName
{
background-color: #613001;
}
</style>
border-color css
<style>
span { border-color: #613001; }
span { border-color: rgb(97,48,1); }
td.TdClassName
{
border-color: #613001;
}
.TagClassName
{
border-color: #613001;
}
</style>