#65515F

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

Shades of Salt Box #65515F

Tints of Salt Box #65515F

Color information

#65515F (or 0x65515F) is unknown color: approx Salt Box. HEX triplet: 65, 51 and 5F. RGB value is (101,81,95). Sum of RGB (Red+Green+Blue) = 101+81+95=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #65515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65515F is #9AAEA0. Grayscale: #585858. Windows color (decimal): -10137249 or 6246757. OLE color: 6246757.

HSL color Cylindrical-coordinate representation of color #65515F: hue angle of 318º 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 #65515F is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1018195-
CMYK00.200.060.60
HSL318º10.99%35.69%-
HSV(B)318º19.8%39.61%-
XYZ10.379.4812.11-
YUV88.58131.63136.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=36.46%
G=29.24%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101819500.200.060.6031810.9935.69
Hex65515F01463C13eb24
Octal1451211370246744761344
Binary1100101101000110111110101001101111001001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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