#615C56

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

Shades of Makara #615C56

Tints of Makara #615C56

Color information

#615C56 (or 0x615C56) is unknown color: approx Makara. HEX triplet: 61, 5C and 56. RGB value is (97,92,86). Sum of RGB (Red+Green+Blue) = 97+92+86=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #615C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C56 is #9EA3A9. Grayscale: #5C5C5C. Windows color (decimal): -10396586 or 5659745. OLE color: 5659745.

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

Color convert

RGB979286-
CMYK00.050.110.62
HSL32.73º6.01%35.88%-
HSV(B)32.73º11.34%38.04%-
XYZ10.4410.8710.35-
YUV92.81124.16130.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=35.27%
G=33.45%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97928600.050.110.6232.736.0135.88
Hex615C5605B3E21624
Octal14113412605137641644
Binary11000011011100101011001011011111110100001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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