Shades of Baker's Chocolate #61380D
Tints of Baker's Chocolate #61380D
RGB
CMYK
RGB Variations
Color information
#61380D (or 0x61380D) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 0D. RGB value is (97,56,13). Sum of RGB (Red+Green+Blue) = 97+56+13=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61380D is #9EC7F2. Grayscale: #3F3F3F. Windows color (decimal): -10405875 or 866401. OLE color: 866401.
HSL color Cylindrical-coordinate representation of color #61380D: hue angle of 30.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61380D is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 56 | 13 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.62 |
| HSL | 30.71º | 0.76% | 0.22% | - |
| HSV(B) | 30.71º | 0.87% | 0.38% | - |
| XYZ | 6.42 | 5.4 | 1.08 | - |
| YUV | 63.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 13 | 0 | 0.42 | 0.87 | 0.62 | 30.71 | 0.76 | 0.22 |
| Hex | 61 | 38 | D | 0 | 2A | 57 | 3E | 1F | 4C | 16 |
| Octal | 141 | 70 | 15 | 0 | 52 | 127 | 76 | 37 | 114 | 26 |
| Binary | 1100001 | 111000 | 1101 | 0 | 101010 | 1010111 | 111110 | 11111 | 1001100 | 10110 |
Color Harmonies of #61380D
Complementary color
Monochromatic Colors of #61380D
Black with #61380D
Text Example
Text Example
White with #61380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61380D; }
p { color: rgb(97,56,13); }
H1.HeaderClassName
{
color: #61380D;
}
.AnyTagClassName
{
color: #61380D;
}
</style>
background-color css
<style>
a { background-color: #61380D; }
a { background-color: rgb(97,56,13); }
div.DivClassName
{
background-color: #61380D;
}
.BgClassName
{
background-color: #61380D;
}
</style>
border-color css
<style>
span { border-color: #61380D; }
span { border-color: rgb(97,56,13); }
td.TdClassName
{
border-color: #61380D;
}
.TagClassName
{
border-color: #61380D;
}
</style>