Shades of Baker's Chocolate #613A02
Tints of Baker's Chocolate #613A02
RGB
CMYK
RGB Variations
Color information
#613A02 (or 0x613A02) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 02. RGB value is (97,58,2). Sum of RGB (Red+Green+Blue) = 97+58+2=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #613A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A02 is #9EC5FD. Grayscale: #3F3F3F. Windows color (decimal): -10405374 or 146017. OLE color: 146017.
HSL color Cylindrical-coordinate representation of color #613A02: hue angle of 35.37º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #613A02 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 2 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.62 |
| HSL | 35.37º | 0.96% | 0.19% | - |
| HSV(B) | 35.37º | 0.98% | 0.38% | - |
| XYZ | 6.45 | 5.57 | 0.79 | - |
| YUV | 63.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 2 | 0 | 0.40 | 0.98 | 0.62 | 35.37 | 0.96 | 0.19 |
| Hex | 61 | 3A | 2 | 0 | 28 | 62 | 3E | 23 | 60 | 13 |
| Octal | 141 | 72 | 2 | 0 | 50 | 142 | 76 | 43 | 140 | 23 |
| Binary | 1100001 | 111010 | 10 | 0 | 101000 | 1100010 | 111110 | 100011 | 1100000 | 10011 |
Color Harmonies of #613A02
Complementary color
Monochromatic Colors of #613A02
Black with #613A02
Text Example
Text Example
White with #613A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A02; }
p { color: rgb(97,58,2); }
H1.HeaderClassName
{
color: #613A02;
}
.AnyTagClassName
{
color: #613A02;
}
</style>
background-color css
<style>
a { background-color: #613A02; }
a { background-color: rgb(97,58,2); }
div.DivClassName
{
background-color: #613A02;
}
.BgClassName
{
background-color: #613A02;
}
</style>
border-color css
<style>
span { border-color: #613A02; }
span { border-color: rgb(97,58,2); }
td.TdClassName
{
border-color: #613A02;
}
.TagClassName
{
border-color: #613A02;
}
</style>