Shades of Baker's Chocolate #613702
Tints of Baker's Chocolate #613702
RGB
CMYK
RGB Variations
Color information
#613702 (or 0x613702) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 02. RGB value is (97,55,2). Sum of RGB (Red+Green+Blue) = 97+55+2=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #613702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613702 is #9EC8FD. Grayscale: #3D3D3D. Windows color (decimal): -10406142 or 145249. OLE color: 145249.
HSL color Cylindrical-coordinate representation of color #613702: hue angle of 33.47º 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 #613702 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 55 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.62 |
| HSL | 33.47º | 0.96% | 0.19% | - |
| HSV(B) | 33.47º | 0.98% | 0.38% | - |
| XYZ | 6.31 | 5.28 | 0.74 | - |
| YUV | 61.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 2 | 0 | 0.43 | 0.98 | 0.62 | 33.47 | 0.96 | 0.19 |
| Hex | 61 | 37 | 2 | 0 | 2B | 62 | 3E | 21 | 60 | 13 |
| Octal | 141 | 67 | 2 | 0 | 53 | 142 | 76 | 41 | 140 | 23 |
| Binary | 1100001 | 110111 | 10 | 0 | 101011 | 1100010 | 111110 | 100001 | 1100000 | 10011 |
Color Harmonies of #613702
Complementary color
Monochromatic Colors of #613702
Black with #613702
Text Example
Text Example
White with #613702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613702; }
p { color: rgb(97,55,2); }
H1.HeaderClassName
{
color: #613702;
}
.AnyTagClassName
{
color: #613702;
}
</style>
background-color css
<style>
a { background-color: #613702; }
a { background-color: rgb(97,55,2); }
div.DivClassName
{
background-color: #613702;
}
.BgClassName
{
background-color: #613702;
}
</style>
border-color css
<style>
span { border-color: #613702; }
span { border-color: rgb(97,55,2); }
td.TdClassName
{
border-color: #613702;
}
.TagClassName
{
border-color: #613702;
}
</style>