Shades of Cioccolato #603D34
Tints of Cioccolato #603D34
RGB
CMYK
RGB Variations
Color information
#603D34 (or 0x603D34) is known color: Cioccolato. HEX triplet: 60, 3D and 34. RGB value is (96,61,52). Sum of RGB (Red+Green+Blue) = 96+61+52=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #603D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D34 is #9FC2CB. Grayscale: #464646. Windows color (decimal): -10470092 or 3423584. OLE color: 3423584.
HSL color Cylindrical-coordinate representation of color #603D34: hue angle of 12.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603D34 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 52 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.62 |
| HSL | 12.27º | 0.3% | 0.29% | - |
| HSV(B) | 12.27º | 0.46% | 0.38% | - |
| XYZ | 7.11 | 6.07 | 4.05 | - |
| YUV | 70.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 52 | 0 | 0.36 | 0.46 | 0.62 | 12.27 | 0.3 | 0.29 |
| Hex | 60 | 3D | 34 | 0 | 24 | 2E | 3E | C | 1E | 1D |
| Octal | 140 | 75 | 64 | 0 | 44 | 56 | 76 | 14 | 36 | 35 |
| Binary | 1100000 | 111101 | 110100 | 0 | 100100 | 101110 | 111110 | 1100 | 11110 | 11101 |
Color Harmonies of #603D34
Complementary color
Monochromatic Colors of #603D34
Black with #603D34
Text Example
Text Example
White with #603D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D34; }
p { color: rgb(96,61,52); }
H1.HeaderClassName
{
color: #603D34;
}
.AnyTagClassName
{
color: #603D34;
}
</style>
background-color css
<style>
a { background-color: #603D34; }
a { background-color: rgb(96,61,52); }
div.DivClassName
{
background-color: #603D34;
}
.BgClassName
{
background-color: #603D34;
}
</style>
border-color css
<style>
span { border-color: #603D34; }
span { border-color: rgb(96,61,52); }
td.TdClassName
{
border-color: #603D34;
}
.TagClassName
{
border-color: #603D34;
}
</style>