#615C55

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

Shades of Makara #615C55

Tints of Makara #615C55

Color information

#615C55 (or 0x615C55) is unknown color: approx Makara. HEX triplet: 61, 5C and 55. RGB value is (97,92,85). Sum of RGB (Red+Green+Blue) = 97+92+85=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #615C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C55 is #9EA3AA. Grayscale: #5C5C5C. Windows color (decimal): -10396587 or 5594209. OLE color: 5594209.

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

Color convert

RGB979285-
CMYK00.050.120.62
HSL35º6.59%35.69%-
HSV(B)35º12.37%38.04%-
XYZ10.410.8510.14-
YUV92.7123.66131.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=35.40%
G=33.58%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97928500.050.120.62356.5935.69
Hex615C5505C3E23724
Octal14113412505147643744
Binary11000011011100101010101011100111110100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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