Html Css Color HEX #61525D Salt Box

📋 copy color: '#61525D'

red 97 ◦ green 82 ◦ blue 93

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

Shades of Salt Box #61525D

Tints of Salt Box #61525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

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

R = 35.66%
G = 30.15%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61525D (or 0x61525D) is known color: Salt Box. HEX triplet: 61, 52 and 5D. RGB value is (97,82,93). Sum of RGB (Red+Green+Blue) = 97+82+93=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #61525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61525D is #9EADA2. Grayscale: #575757. Windows color (decimal): -10399139 or 6115937. OLE color: 6115937.

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

Color convert

RGB 97 82 93 -
CMYK 0 0.15 0.04 0.62
HSL 316º 0.08% 0.35% -
HSV(B) 316º 0.15% 0.38% -
XYZ 9.92 9.37 11.64 -
YUV 87.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 97 82 93 0 0.15 0.04 0.62 316 0.08 0.35
Hex 61 52 5D 0 F 4 3E 13C 8 23
Octal 141 122 135 0 17 4 76 474 10 43
Binary 1100001 1010010 1011101 0 1111 100 111110 100111100 1000 100011

Color Harmonies of #61525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61525D

Black with #61525D

Text Example


Text Example

White with #61525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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