#605B53

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

Shades of Makara #605B53

Tints of Makara #605B53

Color information

#605B53 (or 0x605B53) is unknown color: approx Makara. HEX triplet: 60, 5B and 53. RGB value is (96,91,83). Sum of RGB (Red+Green+Blue) = 96+91+83=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #605B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B53 is #9FA4AC. Grayscale: #5B5B5B. Windows color (decimal): -10462381 or 5462880. OLE color: 5462880.

HSL color Cylindrical-coordinate representation of color #605B53: hue angle of 36.92º 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 #605B53 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB969183-
CMYK00.050.140.62
HSL36.92º7.26%35.1%-
HSV(B)36.92º13.54%37.65%-
XYZ10.1310.599.69-
YUV91.58123.16131.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.56%
GREEN value IS 91 (35.94% from 255) = 33.70%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=35.56%
G=33.70%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96918300.050.140.6236.927.2635.1
Hex605B5305E3E25723
Octal14013312305167645743
Binary11000001011011101001101011110111110100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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