#605A53

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

Shades of Makara #605A53

Tints of Makara #605A53

Color information

#605A53 (or 0x605A53) is unknown color: approx Makara. HEX triplet: 60, 5A and 53. RGB value is (96,90,83). Sum of RGB (Red+Green+Blue) = 96+90+83=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #605A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A53 is #9FA5AC. Grayscale: #5B5B5B. Windows color (decimal): -10462637 or 5462624. OLE color: 5462624.

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

Color convert

RGB969083-
CMYK00.060.140.62
HSL32.31º7.26%35.1%-
HSV(B)32.31º13.54%37.65%-
XYZ10.0410.429.67-
YUV91123.49131.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=35.69%
G=33.46%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96908300.060.140.6232.317.2635.1
Hex605A5306E3E20723
Octal14013212306167640743
Binary11000001011010101001101101110111110100000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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