#655164

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

Shades of Salt Box #655164

Tints of Salt Box #655164

Color information

#655164 (or 0x655164) is unknown color: approx Salt Box. HEX triplet: 65, 51 and 64. RGB value is (101,81,100). Sum of RGB (Red+Green+Blue) = 101+81+100=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #655164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655164 is #9AAE9B. Grayscale: #595959. Windows color (decimal): -10137244 or 6574437. OLE color: 6574437.

HSL color Cylindrical-coordinate representation of color #655164: hue angle of 303º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655164 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10181100-
CMYK00.200.010.60
HSL303º10.99%35.69%-
HSV(B)303º19.8%39.61%-
XYZ10.619.5713.34-
YUV89.15134.13136.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=35.82%
G=28.72%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1018110000.200.010.6030310.9935.69
Hex65516401413C12fb24
Octal1451211440241744571344
Binary11001011010001110010001010011111001001011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655164; }

 p { color: rgb(101,81,100); }

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

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

 a { background-color: rgb(101,81,100); }

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

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

 span { border-color: rgb(101,81,100); }

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