#615A4F

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

Shades of Makara #615A4F

Tints of Makara #615A4F

Color information

#615A4F (or 0x615A4F) is unknown color: approx Makara. HEX triplet: 61, 5A and 4F. RGB value is (97,90,79). Sum of RGB (Red+Green+Blue) = 97+90+79=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #615A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A4F is #9EA5B0. Grayscale: #5A5A5A. Windows color (decimal): -10397105 or 5200481. OLE color: 5200481.

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

Color convert

RGB979079-
CMYK00.070.190.62
HSL36.67º10.23%34.51%-
HSV(B)36.67º18.56%38.04%-
XYZ1010.428.88-
YUV90.84121.32132.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=36.47%
G=33.83%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97907900.070.190.6236.6710.2334.51
Hex615A4F07133E25a23
Octal141132117072376451243
Binary1100001101101010011110111100111111101001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,90,79); }

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

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

 a { background-color: rgb(97,90,79); }

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

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

 span { border-color: rgb(97,90,79); }

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