Shades of Cioccolato #603D2F
Tints of Cioccolato #603D2F
RGB
CMYK
RGB Variations
Color information
#603D2F (or 0x603D2F) is known color: Cioccolato. HEX triplet: 60, 3D and 2F. RGB value is (96,61,47). Sum of RGB (Red+Green+Blue) = 96+61+47=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #603D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D2F is #9FC2D0. Grayscale: #454545. Windows color (decimal): -10470097 or 3095904. OLE color: 3095904.
HSL color Cylindrical-coordinate representation of color #603D2F: hue angle of 17.14º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603D2F is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 47 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.62 |
| HSL | 17.14º | 0.34% | 0.28% | - |
| HSV(B) | 17.14º | 0.51% | 0.38% | - |
| XYZ | 7.01 | 6.03 | 3.48 | - |
| YUV | 69.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 47 | 0 | 0.36 | 0.51 | 0.62 | 17.14 | 0.34 | 0.28 |
| Hex | 60 | 3D | 2F | 0 | 24 | 33 | 3E | 11 | 22 | 1C |
| Octal | 140 | 75 | 57 | 0 | 44 | 63 | 76 | 21 | 42 | 34 |
| Binary | 1100000 | 111101 | 101111 | 0 | 100100 | 110011 | 111110 | 10001 | 100010 | 11100 |
Color Harmonies of #603D2F
Complementary color
Monochromatic Colors of #603D2F
Black with #603D2F
Text Example
Text Example
White with #603D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D2F; }
p { color: rgb(96,61,47); }
H1.HeaderClassName
{
color: #603D2F;
}
.AnyTagClassName
{
color: #603D2F;
}
</style>
background-color css
<style>
a { background-color: #603D2F; }
a { background-color: rgb(96,61,47); }
div.DivClassName
{
background-color: #603D2F;
}
.BgClassName
{
background-color: #603D2F;
}
</style>
border-color css
<style>
span { border-color: #603D2F; }
span { border-color: rgb(96,61,47); }
td.TdClassName
{
border-color: #603D2F;
}
.TagClassName
{
border-color: #603D2F;
}
</style>