#563C3C

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

Shades of Van Cleef #563C3C

Tints of Van Cleef #563C3C

Color information

#563C3C (or 0x563C3C) is unknown color: approx Van Cleef. HEX triplet: 56, 3C and 3C. RGB value is (86,60,60). Sum of RGB (Red+Green+Blue) = 86+60+60=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #563C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C3C is #A9C3C3. Grayscale: #434343. Windows color (decimal): -11125700 or 3947606. OLE color: 3947606.

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

Color convert

RGB866060-
CMYK00.300.300.66
HSL17.81%28.63%-
HSV(B)30.23%33.73%-
XYZ6.275.545.01-
YUV67.77123.61141-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=41.75%
G=29.13%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86606000.300.300.66017.8128.63
Hex563C3C01E1E420121d
Octal12674740363610202235
Binary101011011110011110001111011110100001001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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