Shades of Baker's Chocolate #603100
Tints of Baker's Chocolate #603100
RGB
CMYK
RGB Variations
Color information
#603100 (or 0x603100) is known color: Baker's Chocolate. HEX triplet: 60, 31 and 00. RGB value is (96,49,0). Sum of RGB (Red+Green+Blue) = 96+49+0=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #603100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603100 is #9FCEFF. Grayscale: #393939. Windows color (decimal): -10473216 or 12640. OLE color: 12640.
HSL color Cylindrical-coordinate representation of color #603100: hue angle of 30.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #603100 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.62 |
| HSL | 30.63º | 1% | 0.19% | - |
| HSV(B) | 30.63º | 1% | 0.38% | - |
| XYZ | 5.92 | 4.68 | 0.59 | - |
| YUV | 57.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 0 | 0 | 0.49 | 1 | 0.62 | 30.63 | 1 | 0.19 |
| Hex | 60 | 31 | 0 | 0 | 31 | 64 | 3E | 1F | 64 | 13 |
| Octal | 140 | 61 | 0 | 0 | 61 | 144 | 76 | 37 | 144 | 23 |
| Binary | 1100000 | 110001 | 0 | 0 | 110001 | 1100100 | 111110 | 11111 | 1100100 | 10011 |
Color Harmonies of #603100
Complementary color
Monochromatic Colors of #603100
Black with #603100
Text Example
Text Example
White with #603100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603100; }
p { color: rgb(96,49,0); }
H1.HeaderClassName
{
color: #603100;
}
.AnyTagClassName
{
color: #603100;
}
</style>
background-color css
<style>
a { background-color: #603100; }
a { background-color: rgb(96,49,0); }
div.DivClassName
{
background-color: #603100;
}
.BgClassName
{
background-color: #603100;
}
</style>
border-color css
<style>
span { border-color: #603100; }
span { border-color: rgb(96,49,0); }
td.TdClassName
{
border-color: #603100;
}
.TagClassName
{
border-color: #603100;
}
</style>