Html Css Color HEX #60595F Salt Box

📋 copy color: '#60595F'

red 96 ◦ green 89 ◦ blue 95

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

Shades of Salt Box #60595F

Tints of Salt Box #60595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 34.29%
G = 31.79%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60595F (or 0x60595F) is known color: Salt Box. HEX triplet: 60, 59 and 5F. RGB value is (96,89,95). Sum of RGB (Red+Green+Blue) = 96+89+95=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 96 - color contains mainly: red. Hex color #60595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60595F is #9FA6A0. Grayscale: #5B5B5B. Windows color (decimal): -10462881 or 6248800. OLE color: 6248800.

HSL color Cylindrical-coordinate representation of color #60595F: hue angle of 308.57º 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 #60595F is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 89 95 -
CMYK 0 0.07 0.01 0.62
HSL 308.57º 0.04% 0.36% -
HSV(B) 308.57º 0.07% 0.38% -
XYZ 10.46 10.46 12.29 -
YUV 91.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 96 89 95 0 0.07 0.01 0.62 308.57 0.04 0.36
Hex 60 59 5F 0 7 1 3E 135 4 24
Octal 140 131 137 0 7 1 76 465 4 44
Binary 1100000 1011001 1011111 0 111 1 111110 100110101 100 100100

Color Harmonies of #60595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60595F

Black with #60595F

Text Example


Text Example

White with #60595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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