Html Css Color HEX #61505E Salt Box

📋 copy color: '#61505E'

red 97 ◦ green 80 ◦ blue 94

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

Shades of Salt Box #61505E

Tints of Salt Box #61505E

RGB

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

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

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

R = 35.79%
G = 29.52%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61505E (or 0x61505E) is known color: Salt Box. HEX triplet: 61, 50 and 5E. RGB value is (97,80,94). Sum of RGB (Red+Green+Blue) = 97+80+94=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #61505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61505E is #9EAFA1. Grayscale: #565656. Windows color (decimal): -10399650 or 6180961. OLE color: 6180961.

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

Color convert

RGB 97 80 94 -
CMYK 0 0.18 0.03 0.62
HSL 310.59º 0.1% 0.35% -
HSV(B) 310.59º 0.18% 0.38% -
XYZ 9.82 9.09 11.83 -
YUV 86.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 97 80 94 0 0.18 0.03 0.62 310.59 0.1 0.35
Hex 61 50 5E 0 12 3 3E 137 A 23
Octal 141 120 136 0 22 3 76 467 12 43
Binary 1100001 1010000 1011110 0 10010 11 111110 100110111 1010 100011

Color Harmonies of #61505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61505E

Black with #61505E

Text Example


Text Example

White with #61505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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