#56745F

Color #56745F Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #56745F

Tints of Como #56745F

Color information

#56745F (or 0x56745F) is unknown color: approx Como. HEX triplet: 56, 74 and 5F. RGB value is (86,116,95). Sum of RGB (Red+Green+Blue) = 86+116+95=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #56745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56745F is #A98BA0. Grayscale: #686868. Windows color (decimal): -11111329 or 6255702. OLE color: 6255702.

HSL color Cylindrical-coordinate representation of color #56745F: hue angle of 138º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56745F is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB8611695-
CMYK0.2600.180.55
HSL138º14.85%39.61%-
HSV(B)138º25.86%45.49%-
XYZ12.1515.313.14-
YUV104.64122.56114.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=28.96%
G=39.06%
B=31.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86116950.2600.180.5513814.8539.61
Hex56745F1A012378af28
Octal12616413732022672121750
Binary10101101110100101111111010010010110111100010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56745F; }

 p { color: rgb(86,116,95); }

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

<style>
 a { background-color: #56745F; }

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

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

<style>
 span { border-color: #56745F; }

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

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