Shades of Baker's Chocolate #61380C
Tints of Baker's Chocolate #61380C
RGB
CMYK
RGB Variations
Color information
#61380C (or 0x61380C) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 0C. RGB value is (97,56,12). Sum of RGB (Red+Green+Blue) = 97+56+12=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61380C is #9EC7F3. Grayscale: #3F3F3F. Windows color (decimal): -10405876 or 800865. OLE color: 800865.
HSL color Cylindrical-coordinate representation of color #61380C: hue angle of 31.06º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61380C is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 56 | 12 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.62 |
| HSL | 31.06º | 0.78% | 0.21% | - |
| HSV(B) | 31.06º | 0.88% | 0.38% | - |
| XYZ | 6.41 | 5.4 | 1.05 | - |
| YUV | 63.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 12 | 0 | 0.42 | 0.88 | 0.62 | 31.06 | 0.78 | 0.21 |
| Hex | 61 | 38 | C | 0 | 2A | 58 | 3E | 1F | 4E | 15 |
| Octal | 141 | 70 | 14 | 0 | 52 | 130 | 76 | 37 | 116 | 25 |
| Binary | 1100001 | 111000 | 1100 | 0 | 101010 | 1011000 | 111110 | 11111 | 1001110 | 10101 |
Color Harmonies of #61380C
Complementary color
Monochromatic Colors of #61380C
Black with #61380C
Text Example
Text Example
White with #61380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61380C; }
p { color: rgb(97,56,12); }
H1.HeaderClassName
{
color: #61380C;
}
.AnyTagClassName
{
color: #61380C;
}
</style>
background-color css
<style>
a { background-color: #61380C; }
a { background-color: rgb(97,56,12); }
div.DivClassName
{
background-color: #61380C;
}
.BgClassName
{
background-color: #61380C;
}
</style>
border-color css
<style>
span { border-color: #61380C; }
span { border-color: rgb(97,56,12); }
td.TdClassName
{
border-color: #61380C;
}
.TagClassName
{
border-color: #61380C;
}
</style>