Html Css Color HEX #60595E Salt Box

📋 copy color: '#60595E'

red 96 ◦ green 89 ◦ blue 94

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

Shades of Salt Box #60595E

Tints of Salt Box #60595E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

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

R = 34.41%
G = 31.9%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60595E (or 0x60595E) is known color: Salt Box. HEX triplet: 60, 59 and 5E. RGB value is (96,89,94). Sum of RGB (Red+Green+Blue) = 96+89+94=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 96 - color contains mainly: red. Hex color #60595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60595E is #9FA6A1. Grayscale: #5B5B5B. Windows color (decimal): -10462882 or 6183264. OLE color: 6183264.

HSL color Cylindrical-coordinate representation of color #60595E: hue angle of 317.14º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #60595E is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 89 94 -
CMYK 0 0.07 0.02 0.62
HSL 317.14º 0.04% 0.36% -
HSV(B) 317.14º 0.07% 0.38% -
XYZ 10.42 10.44 12.06 -
YUV 91.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 96 89 94 0 0.07 0.02 0.62 317.14 0.04 0.36
Hex 60 59 5E 0 7 2 3E 13D 4 24
Octal 140 131 136 0 7 2 76 475 4 44
Binary 1100000 1011001 1011110 0 111 10 111110 100111101 100 100100

Color Harmonies of #60595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60595E

Black with #60595E

Text Example


Text Example

White with #60595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60595E; }

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

 H1.HeaderClassName
 {
   color: #60595E;
 }
 .AnyTagClassName
 {
   color: #60595E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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