Html Css Color HEX #61505F Salt Box

📋 copy color: '#61505F'

red 97 ◦ green 80 ◦ blue 95

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

Shades of Salt Box #61505F

Tints of Salt Box #61505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 35.66%
G = 29.41%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61505F (or 0x61505F) is known color: Salt Box. HEX triplet: 61, 50 and 5F. RGB value is (97,80,95). Sum of RGB (Red+Green+Blue) = 97+80+95=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #61505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61505F is #9EAFA0. Grayscale: #565656. Windows color (decimal): -10399649 or 6246497. OLE color: 6246497.

HSL color Cylindrical-coordinate representation of color #61505F: hue angle of 307.06º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61505F is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 80 95 -
CMYK 0 0.18 0.02 0.62
HSL 307.06º 0.1% 0.35% -
HSV(B) 307.06º 0.18% 0.38% -
XYZ 9.86 9.1 12.06 -
YUV 86.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 97 80 95 0 0.18 0.02 0.62 307.06 0.1 0.35
Hex 61 50 5F 0 12 2 3E 133 A 23
Octal 141 120 137 0 22 2 76 463 12 43
Binary 1100001 1010000 1011111 0 10010 10 111110 100110011 1010 100011

Color Harmonies of #61505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61505F

Black with #61505F

Text Example


Text Example

White with #61505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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