#645962

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

Shades of Salt Box #645962

Tints of Salt Box #645962

Color information

#645962 (or 0x645962) is unknown color: approx Salt Box. HEX triplet: 64, 59 and 62. RGB value is (100,89,98). Sum of RGB (Red+Green+Blue) = 100+89+98=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 100 - color contains mainly: red. Hex color #645962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645962 is #9BA69D. Grayscale: #5D5D5D. Windows color (decimal): -10200734 or 6445412. OLE color: 6445412.

HSL color Cylindrical-coordinate representation of color #645962: hue angle of 310.91º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #645962 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB1008998-
CMYK00.110.020.61
HSL310.91º5.82%37.06%-
HSV(B)310.91º11%39.22%-
XYZ11.0310.7413.05-
YUV93.32130.64132.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=34.84%
G=31.01%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100899800.110.020.61310.915.8237.06
Hex6459620B23D137625
Octal144131142013275467645
Binary1100100101100111000100101110111101100110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645962; }

 p { color: rgb(100,89,98); }

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

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

 a { background-color: rgb(100,89,98); }

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

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

 span { border-color: rgb(100,89,98); }

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