#654E5E

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

Shades of Salt Box #654E5E

Tints of Salt Box #654E5E

Color information

#654E5E (or 0x654E5E) is unknown color: approx Salt Box. HEX triplet: 65, 4E and 5E. RGB value is (101,78,94). Sum of RGB (Red+Green+Blue) = 101+78+94=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #654E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E5E is #9AB1A1. Grayscale: #565656. Windows color (decimal): -10138018 or 6180453. OLE color: 6180453.

HSL color Cylindrical-coordinate representation of color #654E5E: hue angle of 318.26º 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 #654E5E is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1017894-
CMYK00.230.070.60
HSL318.26º12.85%35.1%-
HSV(B)318.26º22.77%39.61%-
XYZ10.119.0211.8-
YUV86.7132.12138.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=37.00%
G=28.57%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101789400.230.070.60318.2612.8535.1
Hex654E5E01773C13ed23
Octal1451161360277744761543
Binary1100101100111010111100101111111111001001111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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