Html Css Color HEX #563C40 Jon

📋 copy color: '#563C40'

red 86 ◦ green 60 ◦ blue 64

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

Shades of Jon #563C40

Tints of Jon #563C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 40.95%
G = 28.57%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#563C40 (or 0x563C40) is known color: Jon. HEX triplet: 56, 3C and 40. RGB value is (86,60,64). Sum of RGB (Red+Green+Blue) = 86+60+64=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #563C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C40 is #A9C3BF. Grayscale: #444444. Windows color (decimal): -11125696 or 4209750. OLE color: 4209750.

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

Color convert

RGB 86 60 64 -
CMYK 0 0.30 0.26 0.66
HSL 350.77º 0.18% 0.29% -
HSV(B) 350.77º 0.3% 0.34% -
XYZ 6.38 5.58 5.59 -
YUV 68.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 86 60 64 0 0.30 0.26 0.66 350.77 0.18 0.29
Hex 56 3C 40 0 1E 1A 42 15F 12 1D
Octal 126 74 100 0 36 32 102 537 22 35
Binary 1010110 111100 1000000 0 11110 11010 1000010 101011111 10010 11101

Color Harmonies of #563C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C40

Black with #563C40

Text Example


Text Example

White with #563C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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