Html Css Color HEX #60585F Salt Box

📋 copy color: '#60585F'

red 96 ◦ green 88 ◦ blue 95

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

Shades of Salt Box #60585F

Tints of Salt Box #60585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

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

R = 34.41%
G = 31.54%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60585F (or 0x60585F) is known color: Salt Box. HEX triplet: 60, 58 and 5F. RGB value is (96,88,95). Sum of RGB (Red+Green+Blue) = 96+88+95=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 96 - color contains mainly: red. Hex color #60585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60585F is #9FA7A0. Grayscale: #5B5B5B. Windows color (decimal): -10463137 or 6248544. OLE color: 6248544.

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

Color convert

RGB 96 88 95 -
CMYK 0 0.08 0.01 0.62
HSL 307.5º 0.04% 0.36% -
HSV(B) 307.5º 0.08% 0.38% -
XYZ 10.38 10.29 12.27 -
YUV 91.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 96 88 95 0 0.08 0.01 0.62 307.5 0.04 0.36
Hex 60 58 5F 0 8 1 3E 134 4 24
Octal 140 130 137 0 10 1 76 464 4 44
Binary 1100000 1011000 1011111 0 1000 1 111110 100110100 100 100100

Color Harmonies of #60585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60585F

Black with #60585F

Text Example


Text Example

White with #60585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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