Html Css Color HEX #61515D Salt Box

📋 copy color: '#61515D'

red 97 ◦ green 81 ◦ blue 93

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

Shades of Salt Box #61515D

Tints of Salt Box #61515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 35.79%
G = 29.89%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61515D (or 0x61515D) is known color: Salt Box. HEX triplet: 61, 51 and 5D. RGB value is (97,81,93). Sum of RGB (Red+Green+Blue) = 97+81+93=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #61515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61515D is #9EAEA2. Grayscale: #575757. Windows color (decimal): -10399395 or 6115681. OLE color: 6115681.

HSL color Cylindrical-coordinate representation of color #61515D: hue angle of 315º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #61515D is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 81 93 -
CMYK 0 0.16 0.04 0.62
HSL 315º 0.09% 0.35% -
HSV(B) 315º 0.16% 0.38% -
XYZ 9.85 9.22 11.62 -
YUV 87.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 97 81 93 0 0.16 0.04 0.62 315 0.09 0.35
Hex 61 51 5D 0 10 4 3E 13B 9 23
Octal 141 121 135 0 20 4 76 473 11 43
Binary 1100001 1010001 1011101 0 10000 100 111110 100111011 1001 100011

Color Harmonies of #61515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61515D

Black with #61515D

Text Example


Text Example

White with #61515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61515D; }

 p { color: rgb(97,81,93); }

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

background-color css

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

 a { background-color: rgb(97,81,93); }

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

border-color css

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

 span { border-color: rgb(97,81,93); }

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