Shades of Van Cleef #563D3C
Tints of Van Cleef #563D3C
RGB
CMYK
RGB Variations
Color information
#563D3C (or 0x563D3C) is known color: Van Cleef. HEX triplet: 56, 3D and 3C. RGB value is (86,61,60). Sum of RGB (Red+Green+Blue) = 86+61+60=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #563D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D3C is #A9C2C3. Grayscale: #444444. Windows color (decimal): -11125444 or 3947862. OLE color: 3947862.
HSL color Cylindrical-coordinate representation of color #563D3C: hue angle of 2.31º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563D3C is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 61 | 60 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.66 |
| HSL | 2.31º | 0.18% | 0.29% | - |
| HSV(B) | 2.31º | 0.3% | 0.34% | - |
| XYZ | 6.32 | 5.64 | 5.03 | - |
| YUV | 68.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 60 | 0 | 0.29 | 0.30 | 0.66 | 2.31 | 0.18 | 0.29 |
| Hex | 56 | 3D | 3C | 0 | 1D | 1E | 42 | 2 | 12 | 1D |
| Octal | 126 | 75 | 74 | 0 | 35 | 36 | 102 | 2 | 22 | 35 |
| Binary | 1010110 | 111101 | 111100 | 0 | 11101 | 11110 | 1000010 | 10 | 10010 | 11101 |
Color Harmonies of #563D3C
Complementary color
Monochromatic Colors of #563D3C
Black with #563D3C
Text Example
Text Example
White with #563D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563D3C; }
p { color: rgb(86,61,60); }
H1.HeaderClassName
{
color: #563D3C;
}
.AnyTagClassName
{
color: #563D3C;
}
</style>
background-color css
<style>
a { background-color: #563D3C; }
a { background-color: rgb(86,61,60); }
div.DivClassName
{
background-color: #563D3C;
}
.BgClassName
{
background-color: #563D3C;
}
</style>
border-color css
<style>
span { border-color: #563D3C; }
span { border-color: rgb(86,61,60); }
td.TdClassName
{
border-color: #563D3C;
}
.TagClassName
{
border-color: #563D3C;
}
</style>