Shades of Cioccolato #603D2C
Tints of Cioccolato #603D2C
RGB
CMYK
RGB Variations
Color information
#603D2C (or 0x603D2C) is known color: Cioccolato. HEX triplet: 60, 3D and 2C. RGB value is (96,61,44). Sum of RGB (Red+Green+Blue) = 96+61+44=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #603D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D2C is #9FC2D3. Grayscale: #454545. Windows color (decimal): -10470100 or 2899296. OLE color: 2899296.
HSL color Cylindrical-coordinate representation of color #603D2C: hue angle of 19.62º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #603D2C is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 44 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.62 |
| HSL | 19.62º | 0.37% | 0.27% | - |
| HSV(B) | 19.62º | 0.54% | 0.38% | - |
| XYZ | 6.95 | 6.01 | 3.18 | - |
| YUV | 69.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 44 | 0 | 0.36 | 0.54 | 0.62 | 19.62 | 0.37 | 0.27 |
| Hex | 60 | 3D | 2C | 0 | 24 | 36 | 3E | 14 | 25 | 1B |
| Octal | 140 | 75 | 54 | 0 | 44 | 66 | 76 | 24 | 45 | 33 |
| Binary | 1100000 | 111101 | 101100 | 0 | 100100 | 110110 | 111110 | 10100 | 100101 | 11011 |
Color Harmonies of #603D2C
Complementary color
Monochromatic Colors of #603D2C
Black with #603D2C
Text Example
Text Example
White with #603D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D2C; }
p { color: rgb(96,61,44); }
H1.HeaderClassName
{
color: #603D2C;
}
.AnyTagClassName
{
color: #603D2C;
}
</style>
background-color css
<style>
a { background-color: #603D2C; }
a { background-color: rgb(96,61,44); }
div.DivClassName
{
background-color: #603D2C;
}
.BgClassName
{
background-color: #603D2C;
}
</style>
border-color css
<style>
span { border-color: #603D2C; }
span { border-color: rgb(96,61,44); }
td.TdClassName
{
border-color: #603D2C;
}
.TagClassName
{
border-color: #603D2C;
}
</style>