Shades of Baker's Chocolate #603303
Tints of Baker's Chocolate #603303
RGB
CMYK
RGB Variations
Color information
#603303 (or 0x603303) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 03. RGB value is (96,51,3). Sum of RGB (Red+Green+Blue) = 96+51+3=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #603303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603303 is #9FCCFC. Grayscale: #3B3B3B. Windows color (decimal): -10472701 or 209760. OLE color: 209760.
HSL color Cylindrical-coordinate representation of color #603303: hue angle of 30.97º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #603303 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 3 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.62 |
| HSL | 30.97º | 0.94% | 0.19% | - |
| HSV(B) | 30.97º | 0.97% | 0.38% | - |
| XYZ | 6.02 | 4.86 | 0.71 | - |
| YUV | 58.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 3 | 0 | 0.47 | 0.97 | 0.62 | 30.97 | 0.94 | 0.19 |
| Hex | 60 | 33 | 3 | 0 | 2F | 61 | 3E | 1F | 5E | 13 |
| Octal | 140 | 63 | 3 | 0 | 57 | 141 | 76 | 37 | 136 | 23 |
| Binary | 1100000 | 110011 | 11 | 0 | 101111 | 1100001 | 111110 | 11111 | 1011110 | 10011 |
Color Harmonies of #603303
Complementary color
Monochromatic Colors of #603303
Black with #603303
Text Example
Text Example
White with #603303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603303; }
p { color: rgb(96,51,3); }
H1.HeaderClassName
{
color: #603303;
}
.AnyTagClassName
{
color: #603303;
}
</style>
background-color css
<style>
a { background-color: #603303; }
a { background-color: rgb(96,51,3); }
div.DivClassName
{
background-color: #603303;
}
.BgClassName
{
background-color: #603303;
}
</style>
border-color css
<style>
span { border-color: #603303; }
span { border-color: rgb(96,51,3); }
td.TdClassName
{
border-color: #603303;
}
.TagClassName
{
border-color: #603303;
}
</style>