Html Css Color HEX #604C5E Salt Box

📋 copy color: '#604C5E'

red 96 ◦ green 76 ◦ blue 94

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

Shades of Salt Box #604C5E

Tints of Salt Box #604C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.57%

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

R = 36.09%
G = 28.57%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#604C5E (or 0x604C5E) is known color: Salt Box. HEX triplet: 60, 4C and 5E. RGB value is (96,76,94). Sum of RGB (Red+Green+Blue) = 96+76+94=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #604C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C5E is #9FB3A1. Grayscale: #535353. Windows color (decimal): -10466210 or 6179936. OLE color: 6179936.

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

Color convert

RGB 96 76 94 -
CMYK 0 0.21 0.02 0.62
HSL 306º 0.12% 0.34% -
HSV(B) 306º 0.21% 0.38% -
XYZ 9.43 8.46 11.73 -
YUV 84.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 96 76 94 0 0.21 0.02 0.62 306 0.12 0.34
Hex 60 4C 5E 0 15 2 3E 132 C 22
Octal 140 114 136 0 25 2 76 462 14 42
Binary 1100000 1001100 1011110 0 10101 10 111110 100110010 1100 100010

Color Harmonies of #604C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C5E

Black with #604C5E

Text Example


Text Example

White with #604C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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