Shades of Baker's Chocolate #603401
Tints of Baker's Chocolate #603401
RGB
CMYK
RGB Variations
Color information
#603401 (or 0x603401) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 01. RGB value is (96,52,1). Sum of RGB (Red+Green+Blue) = 96+52+1=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #603401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603401 is #9FCBFE. Grayscale: #3B3B3B. Windows color (decimal): -10472447 or 78944. OLE color: 78944.
HSL color Cylindrical-coordinate representation of color #603401: hue angle of 32.21º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #603401 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.62 |
| HSL | 32.21º | 0.98% | 0.19% | - |
| HSV(B) | 32.21º | 0.99% | 0.38% | - |
| XYZ | 6.06 | 4.94 | 0.66 | - |
| YUV | 59.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 1 | 0 | 0.46 | 0.99 | 0.62 | 32.21 | 0.98 | 0.19 |
| Hex | 60 | 34 | 1 | 0 | 2E | 63 | 3E | 20 | 62 | 13 |
| Octal | 140 | 64 | 1 | 0 | 56 | 143 | 76 | 40 | 142 | 23 |
| Binary | 1100000 | 110100 | 1 | 0 | 101110 | 1100011 | 111110 | 100000 | 1100010 | 10011 |
Color Harmonies of #603401
Complementary color
Monochromatic Colors of #603401
Black with #603401
Text Example
Text Example
White with #603401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603401; }
p { color: rgb(96,52,1); }
H1.HeaderClassName
{
color: #603401;
}
.AnyTagClassName
{
color: #603401;
}
</style>
background-color css
<style>
a { background-color: #603401; }
a { background-color: rgb(96,52,1); }
div.DivClassName
{
background-color: #603401;
}
.BgClassName
{
background-color: #603401;
}
</style>
border-color css
<style>
span { border-color: #603401; }
span { border-color: rgb(96,52,1); }
td.TdClassName
{
border-color: #603401;
}
.TagClassName
{
border-color: #603401;
}
</style>