Shades of Baker's Chocolate #603A0A
Tints of Baker's Chocolate #603A0A
RGB
CMYK
RGB Variations
Color information
#603A0A (or 0x603A0A) is known color: Baker's Chocolate. HEX triplet: 60, 3A and 0A. RGB value is (96,58,10). Sum of RGB (Red+Green+Blue) = 96+58+10=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #603A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A0A is #9FC5F5. Grayscale: #404040. Windows color (decimal): -10470902 or 670304. OLE color: 670304.
HSL color Cylindrical-coordinate representation of color #603A0A: hue angle of 33.49º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #603A0A is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 10 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.62 |
| HSL | 33.49º | 0.81% | 0.21% | - |
| HSV(B) | 33.49º | 0.9% | 0.38% | - |
| XYZ | 6.39 | 5.53 | 1.02 | - |
| YUV | 63.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 10 | 0 | 0.40 | 0.90 | 0.62 | 33.49 | 0.81 | 0.21 |
| Hex | 60 | 3A | A | 0 | 28 | 5A | 3E | 21 | 51 | 15 |
| Octal | 140 | 72 | 12 | 0 | 50 | 132 | 76 | 41 | 121 | 25 |
| Binary | 1100000 | 111010 | 1010 | 0 | 101000 | 1011010 | 111110 | 100001 | 1010001 | 10101 |
Color Harmonies of #603A0A
Complementary color
Monochromatic Colors of #603A0A
Black with #603A0A
Text Example
Text Example
White with #603A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A0A; }
p { color: rgb(96,58,10); }
H1.HeaderClassName
{
color: #603A0A;
}
.AnyTagClassName
{
color: #603A0A;
}
</style>
background-color css
<style>
a { background-color: #603A0A; }
a { background-color: rgb(96,58,10); }
div.DivClassName
{
background-color: #603A0A;
}
.BgClassName
{
background-color: #603A0A;
}
</style>
border-color css
<style>
span { border-color: #603A0A; }
span { border-color: rgb(96,58,10); }
td.TdClassName
{
border-color: #603A0A;
}
.TagClassName
{
border-color: #603A0A;
}
</style>