Html Css Color HEX #563C3C Van Cleef

📋 copy color: '#563C3C'

red 86 ◦ green 60 ◦ blue 60

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

Shades of Van Cleef #563C3C

Tints of Van Cleef #563C3C

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 value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#563C3C (or 0x563C3C) is known color: 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

RGB 86 60 60 -
CMYK 0 0.30 0.30 0.66
HSL 0.18% 0.29% -
HSV(B) 0.3% 0.34% -
XYZ 6.27 5.54 5.01 -
YUV 67.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 86 60 60 0 0.30 0.30 0.66 0 0.18 0.29
Hex 56 3C 3C 0 1E 1E 42 0 12 1D
Octal 126 74 74 0 36 36 102 0 22 35
Binary 1010110 111100 111100 0 11110 11110 1000010 0 10010 11101

Color Harmonies of #563C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C3C

Black with #563C3C

Text Example


Text Example

White with #563C3C

Text Example


Text Example

HTML Codes & Css Web 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>