Shades of Baker's Chocolate #603311
Tints of Baker's Chocolate #603311
RGB
CMYK
RGB Variations
Color information
#603311 (or 0x603311) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 11. RGB value is (96,51,17). Sum of RGB (Red+Green+Blue) = 96+51+17=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #603311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603311 is #9FCCEE. Grayscale: #3C3C3C. Windows color (decimal): -10472687 or 1127264. OLE color: 1127264.
HSL color Cylindrical-coordinate representation of color #603311: hue angle of 25.82º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #603311 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 17 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.62 |
| HSL | 25.82º | 0.7% | 0.22% | - |
| HSV(B) | 25.82º | 0.82% | 0.38% | - |
| XYZ | 6.11 | 4.89 | 1.15 | - |
| YUV | 60.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 17 | 0 | 0.47 | 0.82 | 0.62 | 25.82 | 0.7 | 0.22 |
| Hex | 60 | 33 | 11 | 0 | 2F | 52 | 3E | 1A | 46 | 16 |
| Octal | 140 | 63 | 21 | 0 | 57 | 122 | 76 | 32 | 106 | 26 |
| Binary | 1100000 | 110011 | 10001 | 0 | 101111 | 1010010 | 111110 | 11010 | 1000110 | 10110 |
Color Harmonies of #603311
Complementary color
Monochromatic Colors of #603311
Black with #603311
Text Example
Text Example
White with #603311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603311; }
p { color: rgb(96,51,17); }
H1.HeaderClassName
{
color: #603311;
}
.AnyTagClassName
{
color: #603311;
}
</style>
background-color css
<style>
a { background-color: #603311; }
a { background-color: rgb(96,51,17); }
div.DivClassName
{
background-color: #603311;
}
.BgClassName
{
background-color: #603311;
}
</style>
border-color css
<style>
span { border-color: #603311; }
span { border-color: rgb(96,51,17); }
td.TdClassName
{
border-color: #603311;
}
.TagClassName
{
border-color: #603311;
}
</style>