Shades of Cioccolato #603E32
Tints of Cioccolato #603E32
RGB
CMYK
RGB Variations
Color information
#603E32 (or 0x603E32) is known color: Cioccolato. HEX triplet: 60, 3E and 32. RGB value is (96,62,50). Sum of RGB (Red+Green+Blue) = 96+62+50=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #603E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E32 is #9FC1CD. Grayscale: #464646. Windows color (decimal): -10469838 or 3292768. OLE color: 3292768.
HSL color Cylindrical-coordinate representation of color #603E32: hue angle of 15.65º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603E32 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 50 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.62 |
| HSL | 15.65º | 0.32% | 0.29% | - |
| HSV(B) | 15.65º | 0.48% | 0.38% | - |
| XYZ | 7.12 | 6.16 | 3.83 | - |
| YUV | 70.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 50 | 0 | 0.35 | 0.48 | 0.62 | 15.65 | 0.32 | 0.29 |
| Hex | 60 | 3E | 32 | 0 | 23 | 30 | 3E | 10 | 20 | 1D |
| Octal | 140 | 76 | 62 | 0 | 43 | 60 | 76 | 20 | 40 | 35 |
| Binary | 1100000 | 111110 | 110010 | 0 | 100011 | 110000 | 111110 | 10000 | 100000 | 11101 |
Color Harmonies of #603E32
Complementary color
Monochromatic Colors of #603E32
Black with #603E32
Text Example
Text Example
White with #603E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E32; }
p { color: rgb(96,62,50); }
H1.HeaderClassName
{
color: #603E32;
}
.AnyTagClassName
{
color: #603E32;
}
</style>
background-color css
<style>
a { background-color: #603E32; }
a { background-color: rgb(96,62,50); }
div.DivClassName
{
background-color: #603E32;
}
.BgClassName
{
background-color: #603E32;
}
</style>
border-color css
<style>
span { border-color: #603E32; }
span { border-color: rgb(96,62,50); }
td.TdClassName
{
border-color: #603E32;
}
.TagClassName
{
border-color: #603E32;
}
</style>