#64555F

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

Shades of Salt Box #64555F

Tints of Salt Box #64555F

Color information

#64555F (or 0x64555F) is unknown color: approx Salt Box. HEX triplet: 64, 55 and 5F. RGB value is (100,85,95). Sum of RGB (Red+Green+Blue) = 100+85+95=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #64555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64555F is #9BAAA0. Grayscale: #5A5A5A. Windows color (decimal): -10201761 or 6247780. OLE color: 6247780.

HSL color Cylindrical-coordinate representation of color #64555F: hue angle of 320º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #64555F is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB1008595-
CMYK00.150.050.61
HSL320º8.11%36.27%-
HSV(B)320º15%39.22%-
XYZ10.5710.0312.21-
YUV90.62130.47134.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=35.71%
G=30.36%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100859500.150.050.613208.1136.27
Hex64555F0F53D140824
Octal1441251370175755001044
Binary110010010101011011111011111011111011010000001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,85,95); }

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

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

 a { background-color: rgb(100,85,95); }

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

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

 span { border-color: rgb(100,85,95); }

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