#645862

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

Shades of Salt Box #645862

Tints of Salt Box #645862

Color information

#645862 (or 0x645862) is unknown color: approx Salt Box. HEX triplet: 64, 58 and 62. RGB value is (100,88,98). Sum of RGB (Red+Green+Blue) = 100+88+98=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 100 - color contains mainly: red. Hex color #645862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645862 is #9BA79D. Grayscale: #5C5C5C. Windows color (decimal): -10200990 or 6445156. OLE color: 6445156.

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

Color convert

RGB1008898-
CMYK00.120.020.61
HSL310º6.38%36.86%-
HSV(B)310º12%39.22%-
XYZ10.9510.5713.02-
YUV92.73130.98133.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.97%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=34.97%
G=30.77%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100889800.120.020.613106.3836.86
Hex6458620C23D136625
Octal144130142014275466645
Binary1100100101100011000100110010111101100110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645862; }

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

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

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

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

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

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

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

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