#605C51

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

Shades of Makara #605C51

Tints of Makara #605C51

Color information

#605C51 (or 0x605C51) is unknown color: approx Makara. HEX triplet: 60, 5C and 51. RGB value is (96,92,81). Sum of RGB (Red+Green+Blue) = 96+92+81=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #605C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C51 is #9FA3AE. Grayscale: #5B5B5B. Windows color (decimal): -10462127 or 5332064. OLE color: 5332064.

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

Color convert

RGB969281-
CMYK00.040.160.62
HSL44º8.47%34.71%-
HSV(B)44º15.62%37.65%-
XYZ10.1410.749.32-
YUV91.94121.83130.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 81 (32.03% from 255) = 30.11%
R=35.69%
G=34.20%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96928100.040.160.62448.4734.71
Hex605C5104103E2c823
Octal140134121042076541043
Binary1100000101110010100010100100001111101011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,92,81); }

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

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

 a { background-color: rgb(96,92,81); }

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

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

 span { border-color: rgb(96,92,81); }

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