#563D36

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

Shades of Van Cleef #563D36

Tints of Van Cleef #563D36

Color information

#563D36 (or 0x563D36) is unknown color: approx Van Cleef. HEX triplet: 56, 3D and 36. RGB value is (86,61,54). Sum of RGB (Red+Green+Blue) = 86+61+54=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #563D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D36 is #A9C2C9. Grayscale: #434343. Windows color (decimal): -11125450 or 3554646. OLE color: 3554646.

HSL color Cylindrical-coordinate representation of color #563D36: hue angle of 13.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #563D36 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB866154-
CMYK00.290.370.66
HSL13.12º22.86%27.45%-
HSV(B)13.12º37.21%33.73%-
XYZ6.175.584.24-
YUV67.68120.28141.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=42.79%
G=30.35%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86615400.290.370.6613.1222.8627.45
Hex563D3601D2542d171b
Octal126756603545102152733
Binary1010110111101110110011101100101100001011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,61,54); }

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

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

 a { background-color: rgb(86,61,54); }

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

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

 span { border-color: rgb(86,61,54); }

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