Html Css Color HEX #563C36 Van Cleef

📋 copy color: '#563C36'

red 86 ◦ green 60 ◦ blue 54

#563C36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Van Cleef #563C36

Tints of Van Cleef #563C36

RGB

 RED value IS 86 (33.98% from 255) = 43%

 GREEN value IS 60 (23.83% from 255) = 30%

 BLUE value IS 54 (21.48% from 255) = 27%

R = 43%
G = 30%
B = 27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#563C36 (or 0x563C36) is known color: Van Cleef. HEX triplet: 56, 3C and 36. RGB value is (86,60,54). Sum of RGB (Red+Green+Blue) = 86+60+54=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #563C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C36 is #A9C3C9. Grayscale: #434343. Windows color (decimal): -11125706 or 3554390. OLE color: 3554390.

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

Color convert

RGB 86 60 54 -
CMYK 0 0.30 0.37 0.66
HSL 11.25º 0.23% 0.27% -
HSV(B) 11.25º 0.37% 0.34% -
XYZ 6.12 5.48 4.22 -
YUV 67.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 86 60 54 0 0.30 0.37 0.66 11.25 0.23 0.27
Hex 56 3C 36 0 1E 25 42 B 17 1B
Octal 126 74 66 0 36 45 102 13 27 33
Binary 1010110 111100 110110 0 11110 100101 1000010 1011 10111 11011

Color Harmonies of #563C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C36

Black with #563C36

Text Example


Text Example

White with #563C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #563C36;
 }
 .AnyTagClassName
 {
   color: #563C36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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