#645161

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

Shades of Salt Box #645161

Tints of Salt Box #645161

Color information

#645161 (or 0x645161) is unknown color: approx Salt Box. HEX triplet: 64, 51 and 61. RGB value is (100,81,97). Sum of RGB (Red+Green+Blue) = 100+81+97=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #645161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645161 is #9BAE9E. Grayscale: #585858. Windows color (decimal): -10202783 or 6377828. OLE color: 6377828.

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

Color convert

RGB1008197-
CMYK00.190.030.61
HSL309.47º10.5%35.49%-
HSV(B)309.47º19%39.22%-
XYZ10.369.4612.59-
YUV88.5132.79136.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=35.97%
G=29.14%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100819700.190.030.61309.4710.535.49
Hex64516101333D135a23
Octal1441211410233754651243
Binary110010010100011100001010011111111011001101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645161; }

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

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

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

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

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

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

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

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