Html Css Color HEX #61515F Salt Box

📋 copy color: '#61515F'

red 97 ◦ green 81 ◦ blue 95

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

Shades of Salt Box #61515F

Tints of Salt Box #61515F

RGB

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

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

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

R = 35.53%
G = 29.67%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61515F (or 0x61515F) is known color: Salt Box. HEX triplet: 61, 51 and 5F. RGB value is (97,81,95). Sum of RGB (Red+Green+Blue) = 97+81+95=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #61515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61515F is #9EAEA0. Grayscale: #575757. Windows color (decimal): -10399393 or 6246753. OLE color: 6246753.

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

Color convert

RGB 97 81 95 -
CMYK 0 0.16 0.02 0.62
HSL 307.5º 0.09% 0.35% -
HSV(B) 307.5º 0.16% 0.38% -
XYZ 9.94 9.25 12.09 -
YUV 87.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 97 81 95 0 0.16 0.02 0.62 307.5 0.09 0.35
Hex 61 51 5F 0 10 2 3E 134 9 23
Octal 141 121 137 0 20 2 76 464 11 43
Binary 1100001 1010001 1011111 0 10000 10 111110 100110100 1001 100011

Color Harmonies of #61515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61515F

Black with #61515F

Text Example


Text Example

White with #61515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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