Html Css Color HEX #604D5E Salt Box

📋 copy color: '#604D5E'

red 96 ◦ green 77 ◦ blue 94

#604D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #604D5E

Tints of Salt Box #604D5E

RGB

 RED value IS 96 (37.89% from 255) = 35.96%

 GREEN value IS 77 (30.47% from 255) = 28.84%

 BLUE value IS 94 (37.11% from 255) = 35.21%

R = 35.96%
G = 28.84%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#604D5E (or 0x604D5E) is known color: Salt Box. HEX triplet: 60, 4D and 5E. RGB value is (96,77,94). Sum of RGB (Red+Green+Blue) = 96+77+94=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 96 - color contains mainly: red. Hex color #604D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D5E is #9FB2A1. Grayscale: #545454. Windows color (decimal): -10465954 or 6180192. OLE color: 6180192.

HSL color Cylindrical-coordinate representation of color #604D5E: hue angle of 306.32º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604D5E is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 77 94 -
CMYK 0 0.20 0.02 0.62
HSL 306.32º 0.11% 0.34% -
HSV(B) 306.32º 0.2% 0.38% -
XYZ 9.5 8.6 11.75 -
YUV 84.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 96 77 94 0 0.20 0.02 0.62 306.32 0.11 0.34
Hex 60 4D 5E 0 14 2 3E 132 B 22
Octal 140 115 136 0 24 2 76 462 13 42
Binary 1100000 1001101 1011110 0 10100 10 111110 100110010 1011 100010

Color Harmonies of #604D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D5E

Black with #604D5E

Text Example


Text Example

White with #604D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604D5E; }

 p { color: rgb(96,77,94); }

 H1.HeaderClassName
 {
   color: #604D5E;
 }
 .AnyTagClassName
 {
   color: #604D5E;
 }
</style>

background-color css

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

 a { background-color: rgb(96,77,94); }

 div.DivClassName
 {
   background-color: #604D5E;
 }
 .BgClassName
 {
   background-color: #604D5E;
 }
</style>

border-color css

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

 span { border-color: rgb(96,77,94); }

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