Shades of Baker's Chocolate #613102
Tints of Baker's Chocolate #613102
RGB
CMYK
RGB Variations
Color information
#613102 (or 0x613102) is known color: Baker's Chocolate. HEX triplet: 61, 31 and 02. RGB value is (97,49,2). Sum of RGB (Red+Green+Blue) = 97+49+2=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #613102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613102 is #9ECEFD. Grayscale: #3A3A3A. Windows color (decimal): -10407678 or 143713. OLE color: 143713.
HSL color Cylindrical-coordinate representation of color #613102: hue angle of 29.68º 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 #613102 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 49 | 2 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.62 |
| HSL | 29.68º | 0.96% | 0.19% | - |
| HSV(B) | 29.68º | 0.98% | 0.38% | - |
| XYZ | 6.04 | 4.74 | 0.65 | - |
| YUV | 57.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 2 | 0 | 0.49 | 0.98 | 0.62 | 29.68 | 0.96 | 0.19 |
| Hex | 61 | 31 | 2 | 0 | 31 | 62 | 3E | 1E | 60 | 13 |
| Octal | 141 | 61 | 2 | 0 | 61 | 142 | 76 | 36 | 140 | 23 |
| Binary | 1100001 | 110001 | 10 | 0 | 110001 | 1100010 | 111110 | 11110 | 1100000 | 10011 |
Color Harmonies of #613102
Complementary color
Monochromatic Colors of #613102
Black with #613102
Text Example
Text Example
White with #613102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613102; }
p { color: rgb(97,49,2); }
H1.HeaderClassName
{
color: #613102;
}
.AnyTagClassName
{
color: #613102;
}
</style>
background-color css
<style>
a { background-color: #613102; }
a { background-color: rgb(97,49,2); }
div.DivClassName
{
background-color: #613102;
}
.BgClassName
{
background-color: #613102;
}
</style>
border-color css
<style>
span { border-color: #613102; }
span { border-color: rgb(97,49,2); }
td.TdClassName
{
border-color: #613102;
}
.TagClassName
{
border-color: #613102;
}
</style>