Shades of Cioccolato #603D30
Tints of Cioccolato #603D30
RGB
CMYK
RGB Variations
Color information
#603D30 (or 0x603D30) is known color: Cioccolato. HEX triplet: 60, 3D and 30. RGB value is (96,61,48). Sum of RGB (Red+Green+Blue) = 96+61+48=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D30 is #9FC2CF. Grayscale: #464646. Windows color (decimal): -10470096 or 3161440. OLE color: 3161440.
HSL color Cylindrical-coordinate representation of color #603D30: hue angle of 16.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603D30 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 48 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.62 |
| HSL | 16.25º | 0.33% | 0.28% | - |
| HSV(B) | 16.25º | 0.5% | 0.38% | - |
| XYZ | 7.03 | 6.04 | 3.59 | - |
| YUV | 69.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 48 | 0 | 0.36 | 0.50 | 0.62 | 16.25 | 0.33 | 0.28 |
| Hex | 60 | 3D | 30 | 0 | 24 | 32 | 3E | 10 | 21 | 1C |
| Octal | 140 | 75 | 60 | 0 | 44 | 62 | 76 | 20 | 41 | 34 |
| Binary | 1100000 | 111101 | 110000 | 0 | 100100 | 110010 | 111110 | 10000 | 100001 | 11100 |
Color Harmonies of #603D30
Complementary color
Monochromatic Colors of #603D30
Black with #603D30
Text Example
Text Example
White with #603D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D30; }
p { color: rgb(96,61,48); }
H1.HeaderClassName
{
color: #603D30;
}
.AnyTagClassName
{
color: #603D30;
}
</style>
background-color css
<style>
a { background-color: #603D30; }
a { background-color: rgb(96,61,48); }
div.DivClassName
{
background-color: #603D30;
}
.BgClassName
{
background-color: #603D30;
}
</style>
border-color css
<style>
span { border-color: #603D30; }
span { border-color: rgb(96,61,48); }
td.TdClassName
{
border-color: #603D30;
}
.TagClassName
{
border-color: #603D30;
}
</style>