#615C54

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

Shades of Makara #615C54

Tints of Makara #615C54

Color information

#615C54 (or 0x615C54) is unknown color: approx Makara. HEX triplet: 61, 5C and 54. RGB value is (97,92,84). Sum of RGB (Red+Green+Blue) = 97+92+84=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #615C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C54 is #9EA3AB. Grayscale: #5C5C5C. Windows color (decimal): -10396588 or 5528673. OLE color: 5528673.

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

Color convert

RGB979284-
CMYK00.050.130.62
HSL36.92º7.18%35.49%-
HSV(B)36.92º13.4%38.04%-
XYZ10.3610.849.93-
YUV92.58123.16131.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=35.53%
G=33.70%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97928400.050.130.6236.927.1835.49
Hex615C5405D3E25723
Octal14113412405157645743
Binary11000011011100101010001011101111110100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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