#615B4D

Color #615B4D Makara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Makara #615B4D

Tints of Makara #615B4D

Color information

#615B4D (or 0x615B4D) is unknown color: approx Makara. HEX triplet: 61, 5B and 4D. RGB value is (97,91,77). Sum of RGB (Red+Green+Blue) = 97+91+77=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #615B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B4D is #9EA4B2. Grayscale: #5B5B5B. Windows color (decimal): -10396851 or 5069665. OLE color: 5069665.

HSL color Cylindrical-coordinate representation of color #615B4D: hue angle of 42º 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 #615B4D is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB979177-
CMYK00.060.210.62
HSL42º11.49%34.12%-
HSV(B)42º20.62%38.04%-
XYZ10.0110.568.53-
YUV91.2119.99132.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 91 (35.94% from 255) = 34.34%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=36.60%
G=34.34%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97917700.060.210.624211.4934.12
Hex615B4D06153E2ab22
Octal141133115062576521342
Binary1100001101101110011010110101011111101010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615B4D; }

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

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

<style>
 a { background-color: #615B4D; }

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

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

<style>
 span { border-color: #615B4D; }

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

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