#615B54

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

Shades of Makara #615B54

Tints of Makara #615B54

Color information

#615B54 (or 0x615B54) is unknown color: approx Makara. HEX triplet: 61, 5B and 54. RGB value is (97,91,84). Sum of RGB (Red+Green+Blue) = 97+91+84=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #615B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B54 is #9EA4AB. Grayscale: #5C5C5C. Windows color (decimal): -10396844 or 5528417. OLE color: 5528417.

HSL color Cylindrical-coordinate representation of color #615B54: hue angle of 32.31º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #615B54 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB979184-
CMYK00.060.130.62
HSL32.31º7.18%35.49%-
HSV(B)32.31º13.4%38.04%-
XYZ10.2710.669.9-
YUV92123.49131.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=35.66%
G=33.46%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97918400.060.130.6232.317.1835.49
Hex615B5406D3E20723
Octal14113312406157640743
Binary11000011011011101010001101101111110100000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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