#605950

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

Shades of Makara #605950

Tints of Makara #605950

Color information

#605950 (or 0x605950) is unknown color: approx Makara. HEX triplet: 60, 59 and 50. RGB value is (96,89,80). Sum of RGB (Red+Green+Blue) = 96+89+80=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605950 is #9FA6AF. Grayscale: #5A5A5A. Windows color (decimal): -10462896 or 5265760. OLE color: 5265760.

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

Color convert

RGB968980-
CMYK00.070.170.62
HSL33.75º9.09%34.51%-
HSV(B)33.75º16.67%37.65%-
XYZ9.8410.219.04-
YUV90.07122.32132.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=36.23%
G=33.58%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96898000.070.170.6233.759.0934.51
Hex60595007113E22923
Octal140131120072176421143
Binary1100000101100110100000111100011111101000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605950; }

 p { color: rgb(96,89,80); }

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

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

 a { background-color: rgb(96,89,80); }

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

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

 span { border-color: rgb(96,89,80); }

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