#605E5A

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

Shades of Makara #605E5A

Tints of Makara #605E5A

Color information

#605E5A (or 0x605E5A) is unknown color: approx Makara. HEX triplet: 60, 5E and 5A. RGB value is (96,94,90). Sum of RGB (Red+Green+Blue) = 96+94+90=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 96 - color contains mainly: red. Hex color #605E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E5A is #9FA1A5. Grayscale: #5E5E5E. Windows color (decimal): -10461606 or 5922400. OLE color: 5922400.

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

Color convert

RGB969490-
CMYK00.020.060.62
HSL40º3.23%36.47%-
HSV(B)40º6.25%37.65%-
XYZ10.6711.2311.28-
YUV94.14125.66129.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=34.29%
G=33.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96949000.020.060.62403.2336.47
Hex605E5A0263E28324
Octal1401361320267650344
Binary11000001011110101101001011011111010100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605E5A; }

 p { color: rgb(96,94,90); }

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

<style>
 a { background-color: #605E5A; }

 a { background-color: rgb(96,94,90); }

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

<style>
 span { border-color: #605E5A; }

 span { border-color: rgb(96,94,90); }

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