#605A4F

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

Shades of Makara #605A4F

Tints of Makara #605A4F

Color information

#605A4F (or 0x605A4F) is unknown color: approx Makara. HEX triplet: 60, 5A and 4F. RGB value is (96,90,79). Sum of RGB (Red+Green+Blue) = 96+90+79=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A4F is #9FA5B0. Grayscale: #5A5A5A. Windows color (decimal): -10462641 or 5200480. OLE color: 5200480.

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

Color convert

RGB969079-
CMYK00.060.180.62
HSL38.82º9.71%34.31%-
HSV(B)38.82º17.71%37.65%-
XYZ9.8910.368.88-
YUV90.54121.49131.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=36.23%
G=33.96%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96907900.060.180.6238.829.7134.31
Hex605A4F06123E27a22
Octal140132117062276471242
Binary1100000101101010011110110100101111101001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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