#563E3C

Color #563E3C Van Cleef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Van Cleef #563E3C

Tints of Van Cleef #563E3C

Color information

#563E3C (or 0x563E3C) is unknown color: approx Van Cleef. HEX triplet: 56, 3E and 3C. RGB value is (86,62,60). Sum of RGB (Red+Green+Blue) = 86+62+60=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #563E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E3C is #A9C1C3. Grayscale: #444444. Windows color (decimal): -11125188 or 3948118. OLE color: 3948118.

HSL color Cylindrical-coordinate representation of color #563E3C: hue angle of 4.62º 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 #563E3C is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB866260-
CMYK00.280.300.66
HSL4.62º17.81%28.63%-
HSV(B)4.62º30.23%33.73%-
XYZ6.385.755.05-
YUV68.95122.95140.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 60 (23.83% from 255) = 28.85%
R=41.35%
G=29.81%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86626000.280.300.664.6217.8128.63
Hex563E3C01C1E425121d
Octal12676740343610252235
Binary10101101111101111000111001111010000101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563E3C; }

 p { color: rgb(86,62,60); }

 H1.HeaderClassName
 {
   color: #563E3C;
 }
 .AnyTagClassName
 {
   color: #563E3C;
 }
</style>
background-color css

<style>
 a { background-color: #563E3C; }

 a { background-color: rgb(86,62,60); }

 div.DivClassName
 {
   background-color: #563E3C;
 }
 .BgClassName
 {
   background-color: #563E3C;
 }
</style>
border-color css

<style>
 span { border-color: #563E3C; }

 span { border-color: rgb(86,62,60); }

 td.TdClassName
 {
   border-color: #563E3C;
 }
 .TagClassName
 {
   border-color: #563E3C;
 }
</style>