Shades of Baker's Chocolate #613A05
Tints of Baker's Chocolate #613A05
RGB
CMYK
RGB Variations
Color information
#613A05 (or 0x613A05) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 05. RGB value is (97,58,5). Sum of RGB (Red+Green+Blue) = 97+58+5=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #613A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A05 is #9EC5FA. Grayscale: #3F3F3F. Windows color (decimal): -10405371 or 342625. OLE color: 342625.
HSL color Cylindrical-coordinate representation of color #613A05: hue angle of 34.57º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #613A05 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 5 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.62 |
| HSL | 34.57º | 0.9% | 0.2% | - |
| HSV(B) | 34.57º | 0.95% | 0.38% | - |
| XYZ | 6.47 | 5.58 | 0.88 | - |
| YUV | 63.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 5 | 0 | 0.40 | 0.95 | 0.62 | 34.57 | 0.9 | 0.2 |
| Hex | 61 | 3A | 5 | 0 | 28 | 5F | 3E | 23 | 5A | 14 |
| Octal | 141 | 72 | 5 | 0 | 50 | 137 | 76 | 43 | 132 | 24 |
| Binary | 1100001 | 111010 | 101 | 0 | 101000 | 1011111 | 111110 | 100011 | 1011010 | 10100 |
Color Harmonies of #613A05
Complementary color
Monochromatic Colors of #613A05
Black with #613A05
Text Example
Text Example
White with #613A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A05; }
p { color: rgb(97,58,5); }
H1.HeaderClassName
{
color: #613A05;
}
.AnyTagClassName
{
color: #613A05;
}
</style>
background-color css
<style>
a { background-color: #613A05; }
a { background-color: rgb(97,58,5); }
div.DivClassName
{
background-color: #613A05;
}
.BgClassName
{
background-color: #613A05;
}
</style>
border-color css
<style>
span { border-color: #613A05; }
span { border-color: rgb(97,58,5); }
td.TdClassName
{
border-color: #613A05;
}
.TagClassName
{
border-color: #613A05;
}
</style>