#654C5E

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

Shades of Salt Box #654C5E

Tints of Salt Box #654C5E

Color information

#654C5E (or 0x654C5E) is unknown color: approx Salt Box. HEX triplet: 65, 4C and 5E. RGB value is (101,76,94). Sum of RGB (Red+Green+Blue) = 101+76+94=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 101 - color contains mainly: red. Hex color #654C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654C5E is #9AB3A1. Grayscale: #555555. Windows color (decimal): -10138530 or 6179941. OLE color: 6179941.

HSL color Cylindrical-coordinate representation of color #654C5E: hue angle of 316.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #654C5E is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1017694-
CMYK00.250.070.60
HSL316.8º14.12%34.71%-
HSV(B)316.8º24.75%39.61%-
XYZ9.978.7411.75-
YUV85.53132.78139.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=37.27%
G=28.04%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101769400.250.070.60316.814.1234.71
Hex654C5E01973C13de23
Octal1451141360317744751643
Binary1100101100110010111100110011111111001001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,76,94); }

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

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

 a { background-color: rgb(101,76,94); }

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

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

 span { border-color: rgb(101,76,94); }

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