#645661

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

Shades of Salt Box #645661

Tints of Salt Box #645661

Color information

#645661 (or 0x645661) is unknown color: approx Salt Box. HEX triplet: 64, 56 and 61. RGB value is (100,86,97). Sum of RGB (Red+Green+Blue) = 100+86+97=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #645661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645661 is #9BA99E. Grayscale: #5B5B5B. Windows color (decimal): -10201503 or 6379108. OLE color: 6379108.

HSL color Cylindrical-coordinate representation of color #645661: hue angle of 312.86º 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 #645661 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB1008697-
CMYK00.140.030.61
HSL312.86º7.53%36.47%-
HSV(B)312.86º14%39.22%-
XYZ10.7410.2312.72-
YUV91.44131.14134.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=35.34%
G=30.39%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100869700.140.030.61312.867.5336.47
Hex6456610E33D139824
Octal1441261410163754711044
Binary11001001010110110000101110111111011001110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645661; }

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

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

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

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

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

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

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

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