#64515E

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

Shades of Salt Box #64515E

Tints of Salt Box #64515E

Color information

#64515E (or 0x64515E) is unknown color: approx Salt Box. HEX triplet: 64, 51 and 5E. RGB value is (100,81,94). Sum of RGB (Red+Green+Blue) = 100+81+94=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 100 - color contains mainly: red. Hex color #64515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64515E is #9BAEA1. Grayscale: #585858. Windows color (decimal): -10202786 or 6181220. OLE color: 6181220.

HSL color Cylindrical-coordinate representation of color #64515E: hue angle of 318.95º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64515E is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1008194-
CMYK00.190.060.61
HSL318.95º10.5%35.49%-
HSV(B)318.95º19%39.22%-
XYZ10.229.411.87-
YUV88.16131.29136.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=36.36%
G=29.45%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100819400.190.060.61318.9510.535.49
Hex64515E01363D13fa23
Octal1441211360236754771243
Binary1100100101000110111100100111101111011001111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64515E; }

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

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

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

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

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

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

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

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