#645663

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

Shades of Salt Box #645663

Tints of Salt Box #645663

Color information

#645663 (or 0x645663) is unknown color: approx Salt Box. HEX triplet: 64, 56 and 63. RGB value is (100,86,99). Sum of RGB (Red+Green+Blue) = 100+86+99=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 100 - color contains mainly: red. Hex color #645663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645663 is #9BA99C. Grayscale: #5B5B5B. Windows color (decimal): -10201501 or 6510180. OLE color: 6510180.

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

Color convert

RGB1008699-
CMYK00.140.010.61
HSL304.29º7.53%36.47%-
HSV(B)304.29º14%39.22%-
XYZ10.8410.2713.21-
YUV91.67132.14133.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=35.09%
G=30.18%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100869900.140.010.61304.297.5336.47
Hex6456630E13D130824
Octal1441261430161754601044
Binary1100100101011011000110111011111011001100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645663; }

 p { color: rgb(100,86,99); }

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

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

 a { background-color: rgb(100,86,99); }

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

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

 span { border-color: rgb(100,86,99); }

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