#605845

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

Shades of Masala #605845

Tints of Masala #605845

Color information

#605845 (or 0x605845) is unknown color: approx Masala. HEX triplet: 60, 58 and 45. RGB value is (96,88,69). Sum of RGB (Red+Green+Blue) = 96+88+69=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #605845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605845 is #9FA7BA. Grayscale: #585858. Windows color (decimal): -10463163 or 4544608. OLE color: 4544608.

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

Color convert

RGB968869-
CMYK00.080.280.62
HSL42.22º16.36%32.35%-
HSV(B)42.22º28.12%37.65%-
XYZ9.399.97.05-
YUV88.23117.15133.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=37.94%
G=34.78%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96886900.080.280.6242.2216.3632.35
Hex605845081C3E2a1020
Octal1401301050103476522040
Binary110000010110001000101010001110011111010101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605845; }

 p { color: rgb(96,88,69); }

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

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

 a { background-color: rgb(96,88,69); }

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

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

 span { border-color: rgb(96,88,69); }

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