Shades of Van Cleef #563C39
Tints of Van Cleef #563C39
RGB
CMYK
RGB Variations
Color information
#563C39 (or 0x563C39) is known color: Van Cleef. HEX triplet: 56, 3C and 39. RGB value is (86,60,57). Sum of RGB (Red+Green+Blue) = 86+60+57=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #563C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C39 is #A9C3C6. Grayscale: #434343. Windows color (decimal): -11125703 or 3750998. OLE color: 3750998.
HSL color Cylindrical-coordinate representation of color #563C39: hue angle of 6.21º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #563C39 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 57 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.66 |
| HSL | 6.21º | 0.2% | 0.28% | - |
| HSV(B) | 6.21º | 0.34% | 0.34% | - |
| XYZ | 6.19 | 5.51 | 4.61 | - |
| YUV | 67.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 57 | 0 | 0.30 | 0.34 | 0.66 | 6.21 | 0.2 | 0.28 |
| Hex | 56 | 3C | 39 | 0 | 1E | 22 | 42 | 6 | 14 | 1C |
| Octal | 126 | 74 | 71 | 0 | 36 | 42 | 102 | 6 | 24 | 34 |
| Binary | 1010110 | 111100 | 111001 | 0 | 11110 | 100010 | 1000010 | 110 | 10100 | 11100 |
Color Harmonies of #563C39
Complementary color
Monochromatic Colors of #563C39
Black with #563C39
Text Example
Text Example
White with #563C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C39; }
p { color: rgb(86,60,57); }
H1.HeaderClassName
{
color: #563C39;
}
.AnyTagClassName
{
color: #563C39;
}
</style>
background-color css
<style>
a { background-color: #563C39; }
a { background-color: rgb(86,60,57); }
div.DivClassName
{
background-color: #563C39;
}
.BgClassName
{
background-color: #563C39;
}
</style>
border-color css
<style>
span { border-color: #563C39; }
span { border-color: rgb(86,60,57); }
td.TdClassName
{
border-color: #563C39;
}
.TagClassName
{
border-color: #563C39;
}
</style>