#654E61

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

Shades of Salt Box #654E61

Tints of Salt Box #654E61

Color information

#654E61 (or 0x654E61) is unknown color: approx Salt Box. HEX triplet: 65, 4E and 61. RGB value is (101,78,97). Sum of RGB (Red+Green+Blue) = 101+78+97=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #654E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E61 is #9AB19E. Grayscale: #565656. Windows color (decimal): -10138015 or 6377061. OLE color: 6377061.

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

Color convert

RGB1017897-
CMYK00.230.040.60
HSL310.43º12.85%35.1%-
HSV(B)310.43º22.77%39.61%-
XYZ10.259.0812.52-
YUV87.04133.62137.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.59%
GREEN value IS 78 (30.86% from 255) = 28.26%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=36.59%
G=28.26%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101789700.230.040.60310.4312.8535.1
Hex654E6101743C136d23
Octal1451161410274744661543
Binary1100101100111011000010101111001111001001101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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