#654A61

Color #654A61 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #654A61

Tints of Salt Box #654A61

Color information

#654A61 (or 0x654A61) is unknown color: approx Salt Box. HEX triplet: 65, 4A and 61. RGB value is (101,74,97). Sum of RGB (Red+Green+Blue) = 101+74+97=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #654A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654A61 is #9AB59E. Grayscale: #545454. Windows color (decimal): -10139039 or 6376037. OLE color: 6376037.

HSL color Cylindrical-coordinate representation of color #654A61: hue angle of 308.89º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #654A61 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1017497-
CMYK00.270.040.60
HSL308.89º15.43%34.31%-
HSV(B)308.89º26.73%39.61%-
XYZ9.978.5312.43-
YUV84.7134.95139.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.13%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=37.13%
G=27.21%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101749700.270.040.60308.8915.4334.31
Hex654A6101B43C135f22
Octal1451121410334744651742
Binary1100101100101011000010110111001111001001101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654A61; }

 p { color: rgb(101,74,97); }

 H1.HeaderClassName
 {
   color: #654A61;
 }
 .AnyTagClassName
 {
   color: #654A61;
 }
</style>
background-color css

<style>
 a { background-color: #654A61; }

 a { background-color: rgb(101,74,97); }

 div.DivClassName
 {
   background-color: #654A61;
 }
 .BgClassName
 {
   background-color: #654A61;
 }
</style>
border-color css

<style>
 span { border-color: #654A61; }

 span { border-color: rgb(101,74,97); }

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