#65495F

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

Shades of Salt Box #65495F

Tints of Salt Box #65495F

Color information

#65495F (or 0x65495F) is unknown color: approx Salt Box. HEX triplet: 65, 49 and 5F. RGB value is (101,73,95). Sum of RGB (Red+Green+Blue) = 101+73+95=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 101 - color contains mainly: red. Hex color #65495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65495F is #9AB6A0. Grayscale: #535353. Windows color (decimal): -10139297 or 6244709. OLE color: 6244709.

HSL color Cylindrical-coordinate representation of color #65495F: hue angle of 312.86º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65495F is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1017395-
CMYK00.280.060.60
HSL312.86º16.09%34.12%-
HSV(B)312.86º27.72%39.61%-
XYZ9.818.3611.92-
YUV83.88134.28140.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.55%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 95 (37.5% from 255) = 35.32%
R=37.55%
G=27.14%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101739500.280.060.60312.8616.0934.12
Hex65495F01C63C1391022
Octal1451111370346744712042
Binary11001011001001101111101110011011110010011100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65495F; }

 p { color: rgb(101,73,95); }

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

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

 a { background-color: rgb(101,73,95); }

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

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

 span { border-color: rgb(101,73,95); }

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