Shades of Baker's Chocolate #613B1B
Tints of Baker's Chocolate #613B1B
RGB
CMYK
RGB Variations
Color information
#613B1B (or 0x613B1B) is known color: Baker's Chocolate. HEX triplet: 61, 3B and 1B. RGB value is (97,59,27). Sum of RGB (Red+Green+Blue) = 97+59+27=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #613B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B1B is #9EC4E4. Grayscale: #424242. Windows color (decimal): -10405093 or 1784673. OLE color: 1784673.
HSL color Cylindrical-coordinate representation of color #613B1B: hue angle of 27.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #613B1B is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 27 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.62 |
| HSL | 27.43º | 0.56% | 0.24% | - |
| HSV(B) | 27.43º | 0.72% | 0.38% | - |
| XYZ | 6.69 | 5.75 | 1.79 | - |
| YUV | 66.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 27 | 0 | 0.39 | 0.72 | 0.62 | 27.43 | 0.56 | 0.24 |
| Hex | 61 | 3B | 1B | 0 | 27 | 48 | 3E | 1B | 38 | 18 |
| Octal | 141 | 73 | 33 | 0 | 47 | 110 | 76 | 33 | 70 | 30 |
| Binary | 1100001 | 111011 | 11011 | 0 | 100111 | 1001000 | 111110 | 11011 | 111000 | 11000 |
Color Harmonies of #613B1B
Complementary color
Monochromatic Colors of #613B1B
Black with #613B1B
Text Example
Text Example
White with #613B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B1B; }
p { color: rgb(97,59,27); }
H1.HeaderClassName
{
color: #613B1B;
}
.AnyTagClassName
{
color: #613B1B;
}
</style>
background-color css
<style>
a { background-color: #613B1B; }
a { background-color: rgb(97,59,27); }
div.DivClassName
{
background-color: #613B1B;
}
.BgClassName
{
background-color: #613B1B;
}
</style>
border-color css
<style>
span { border-color: #613B1B; }
span { border-color: rgb(97,59,27); }
td.TdClassName
{
border-color: #613B1B;
}
.TagClassName
{
border-color: #613B1B;
}
</style>