Html Css Color HEX #615760 Salt Box

📋 copy color: '#615760'

red 97 ◦ green 87 ◦ blue 96

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

Shades of Salt Box #615760

Tints of Salt Box #615760

RGB

 RED value IS 97 (38.28% from 255) = 34.64%

 GREEN value IS 87 (34.38% from 255) = 31.07%

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

R = 34.64%
G = 31.07%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#615760 (or 0x615760) is known color: Salt Box. HEX triplet: 61, 57 and 60. RGB value is (97,87,96). Sum of RGB (Red+Green+Blue) = 97+87+96=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #615760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615760 is #9EA89F. Grayscale: #5A5A5A. Windows color (decimal): -10397856 or 6313825. OLE color: 6313825.

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

Color convert

RGB 97 87 96 -
CMYK 0 0.10 0.01 0.62
HSL 306º 0.05% 0.36% -
HSV(B) 306º 0.1% 0.38% -
XYZ 10.45 10.2 12.48 -
YUV 91.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 97 87 96 0 0.10 0.01 0.62 306 0.05 0.36
Hex 61 57 60 0 A 1 3E 132 5 24
Octal 141 127 140 0 12 1 76 462 5 44
Binary 1100001 1010111 1100000 0 1010 1 111110 100110010 101 100100

Color Harmonies of #615760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615760

Black with #615760

Text Example


Text Example

White with #615760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615760; }

 p { color: rgb(97,87,96); }

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

background-color css

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

 a { background-color: rgb(97,87,96); }

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

border-color css

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

 span { border-color: rgb(97,87,96); }

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