#56614D

Color #56614D Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #56614D

Tints of Cabbage Pont #56614D

Color information

#56614D (or 0x56614D) is unknown color: approx Cabbage Pont. HEX triplet: 56, 61 and 4D. RGB value is (86,97,77). Sum of RGB (Red+Green+Blue) = 86+97+77=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #56614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56614D is #A99EB2. Grayscale: #5B5B5B. Windows color (decimal): -11116211 or 5071190. OLE color: 5071190.

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

Color convert

RGB869777-
CMYK0.1100.210.62
HSL93º11.49%34.12%-
HSV(B)93º20.62%38.04%-
XYZ9.4511.068.66-
YUV91.43119.86124.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=33.08%
G=37.31%
B=29.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697770.1100.210.629311.4934.12
Hex56614DB0153E5db22
Octal12614111513025761351342
Binary101011011000011001101101101010111111010111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56614D; }

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

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

<style>
 a { background-color: #56614D; }

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

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

<style>
 span { border-color: #56614D; }

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

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