Shades of Baker's Chocolate #613A01
Tints of Baker's Chocolate #613A01
RGB
CMYK
RGB Variations
Color information
#613A01 (or 0x613A01) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 01. RGB value is (97,58,1). Sum of RGB (Red+Green+Blue) = 97+58+1=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #613A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A01 is #9EC5FE. Grayscale: #3F3F3F. Windows color (decimal): -10405375 or 80481. OLE color: 80481.
HSL color Cylindrical-coordinate representation of color #613A01: hue angle of 35.62º 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 #613A01 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.62 |
| HSL | 35.63º | 0.98% | 0.19% | - |
| HSV(B) | 35.63º | 0.99% | 0.38% | - |
| XYZ | 6.45 | 5.57 | 0.76 | - |
| YUV | 63.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 1 | 0 | 0.40 | 0.99 | 0.62 | 35.63 | 0.98 | 0.19 |
| Hex | 61 | 3A | 1 | 0 | 28 | 63 | 3E | 24 | 62 | 13 |
| Octal | 141 | 72 | 1 | 0 | 50 | 143 | 76 | 44 | 142 | 23 |
| Binary | 1100001 | 111010 | 1 | 0 | 101000 | 1100011 | 111110 | 100100 | 1100010 | 10011 |
Color Harmonies of #613A01
Complementary color
Monochromatic Colors of #613A01
Black with #613A01
Text Example
Text Example
White with #613A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A01; }
p { color: rgb(97,58,1); }
H1.HeaderClassName
{
color: #613A01;
}
.AnyTagClassName
{
color: #613A01;
}
</style>
background-color css
<style>
a { background-color: #613A01; }
a { background-color: rgb(97,58,1); }
div.DivClassName
{
background-color: #613A01;
}
.BgClassName
{
background-color: #613A01;
}
</style>
border-color css
<style>
span { border-color: #613A01; }
span { border-color: rgb(97,58,1); }
td.TdClassName
{
border-color: #613A01;
}
.TagClassName
{
border-color: #613A01;
}
</style>