Shades of Cioccolato #603B2F
Tints of Cioccolato #603B2F
RGB
CMYK
RGB Variations
Color information
#603B2F (or 0x603B2F) is known color: Cioccolato. HEX triplet: 60, 3B and 2F. RGB value is (96,59,47). Sum of RGB (Red+Green+Blue) = 96+59+47=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #603B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B2F is #9FC4D0. Grayscale: #444444. Windows color (decimal): -10470609 or 3095392. OLE color: 3095392.
HSL color Cylindrical-coordinate representation of color #603B2F: hue angle of 14.69º 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 #603B2F is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 47 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.62 |
| HSL | 14.69º | 0.34% | 0.28% | - |
| HSV(B) | 14.69º | 0.51% | 0.38% | - |
| XYZ | 6.9 | 5.82 | 3.45 | - |
| YUV | 68.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 47 | 0 | 0.39 | 0.51 | 0.62 | 14.69 | 0.34 | 0.28 |
| Hex | 60 | 3B | 2F | 0 | 27 | 33 | 3E | F | 22 | 1C |
| Octal | 140 | 73 | 57 | 0 | 47 | 63 | 76 | 17 | 42 | 34 |
| Binary | 1100000 | 111011 | 101111 | 0 | 100111 | 110011 | 111110 | 1111 | 100010 | 11100 |
Color Harmonies of #603B2F
Complementary color
Monochromatic Colors of #603B2F
Black with #603B2F
Text Example
Text Example
White with #603B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B2F; }
p { color: rgb(96,59,47); }
H1.HeaderClassName
{
color: #603B2F;
}
.AnyTagClassName
{
color: #603B2F;
}
</style>
background-color css
<style>
a { background-color: #603B2F; }
a { background-color: rgb(96,59,47); }
div.DivClassName
{
background-color: #603B2F;
}
.BgClassName
{
background-color: #603B2F;
}
</style>
border-color css
<style>
span { border-color: #603B2F; }
span { border-color: rgb(96,59,47); }
td.TdClassName
{
border-color: #603B2F;
}
.TagClassName
{
border-color: #603B2F;
}
</style>