#615B4F

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

Shades of Makara #615B4F

Tints of Makara #615B4F

Color information

#615B4F (or 0x615B4F) is unknown color: approx Makara. HEX triplet: 61, 5B and 4F. RGB value is (97,91,79). Sum of RGB (Red+Green+Blue) = 97+91+79=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #615B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B4F is #9EA4B0. Grayscale: #5B5B5B. Windows color (decimal): -10396849 or 5200737. OLE color: 5200737.

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

Color convert

RGB979179-
CMYK00.060.190.62
HSL40º10.23%34.51%-
HSV(B)40º18.56%38.04%-
XYZ10.0810.598.91-
YUV91.43120.99131.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=36.33%
G=34.08%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97917900.060.190.624010.2334.51
Hex615B4F06133E28a23
Octal141133117062376501243
Binary1100001101101110011110110100111111101010001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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