Html Css Color HEX #61525E Salt Box

📋 copy color: '#61525E'

red 97 ◦ green 82 ◦ blue 94

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

Shades of Salt Box #61525E

Tints of Salt Box #61525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 35.53%
G = 30.04%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61525E (or 0x61525E) is known color: Salt Box. HEX triplet: 61, 52 and 5E. RGB value is (97,82,94). Sum of RGB (Red+Green+Blue) = 97+82+94=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #61525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61525E is #9EADA1. Grayscale: #575757. Windows color (decimal): -10399138 or 6181473. OLE color: 6181473.

HSL color Cylindrical-coordinate representation of color #61525E: hue angle of 312º 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 #61525E is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 82 94 -
CMYK 0 0.15 0.03 0.62
HSL 312º 0.08% 0.35% -
HSV(B) 312º 0.15% 0.38% -
XYZ 9.97 9.38 11.88 -
YUV 87.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 97 82 94 0 0.15 0.03 0.62 312 0.08 0.35
Hex 61 52 5E 0 F 3 3E 138 8 23
Octal 141 122 136 0 17 3 76 470 10 43
Binary 1100001 1010010 1011110 0 1111 11 111110 100111000 1000 100011

Color Harmonies of #61525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61525E

Black with #61525E

Text Example


Text Example

White with #61525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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