#56615B

Color #56615B Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #56615B

Tints of Feldgrau #56615B

Color information

#56615B (or 0x56615B) is unknown color: approx Feldgrau. HEX triplet: 56, 61 and 5B. RGB value is (86,97,91). Sum of RGB (Red+Green+Blue) = 86+97+91=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #56615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56615B is #A99EA4. Grayscale: #5D5D5D. Windows color (decimal): -11116197 or 5988694. OLE color: 5988694.

HSL color Cylindrical-coordinate representation of color #56615B: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #56615B is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB869791-
CMYK0.1100.060.62
HSL147.27º6.01%35.88%-
HSV(B)147.27º11.34%38.04%-
XYZ1011.2811.55-
YUV93.03126.86122.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=31.39%
G=35.40%
B=33.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697910.1100.060.62147.276.0135.88
Hex56615BB063E93624
Octal126141133130676223644
Binary1010110110000110110111011011011111010010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56615B; }

 p { color: rgb(86,97,91); }

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

<style>
 a { background-color: #56615B; }

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

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

<style>
 span { border-color: #56615B; }

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

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