Shades of Van Cleef #603F3C
Tints of Van Cleef #603F3C
RGB
CMYK
RGB Variations
Color information
#603F3C (or 0x603F3C) is known color: Van Cleef. HEX triplet: 60, 3F and 3C. RGB value is (96,63,60). Sum of RGB (Red+Green+Blue) = 96+63+60=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #603F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F3C is #9FC0C3. Grayscale: #484848. Windows color (decimal): -10469572 or 3948384. OLE color: 3948384.
HSL color Cylindrical-coordinate representation of color #603F3C: hue angle of 5º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #603F3C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 60 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.62 |
| HSL | 5º | 0.23% | 0.31% | - |
| HSV(B) | 5º | 0.38% | 0.38% | - |
| XYZ | 7.42 | 6.37 | 5.11 | - |
| YUV | 72.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 60 | 0 | 0.34 | 0.38 | 0.62 | 5 | 0.23 | 0.31 |
| Hex | 60 | 3F | 3C | 0 | 22 | 26 | 3E | 5 | 17 | 1F |
| Octal | 140 | 77 | 74 | 0 | 42 | 46 | 76 | 5 | 27 | 37 |
| Binary | 1100000 | 111111 | 111100 | 0 | 100010 | 100110 | 111110 | 101 | 10111 | 11111 |
Color Harmonies of #603F3C
Complementary color
Monochromatic Colors of #603F3C
Black with #603F3C
Text Example
Text Example
White with #603F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F3C; }
p { color: rgb(96,63,60); }
H1.HeaderClassName
{
color: #603F3C;
}
.AnyTagClassName
{
color: #603F3C;
}
</style>
background-color css
<style>
a { background-color: #603F3C; }
a { background-color: rgb(96,63,60); }
div.DivClassName
{
background-color: #603F3C;
}
.BgClassName
{
background-color: #603F3C;
}
</style>
border-color css
<style>
span { border-color: #603F3C; }
span { border-color: rgb(96,63,60); }
td.TdClassName
{
border-color: #603F3C;
}
.TagClassName
{
border-color: #603F3C;
}
</style>