#645262

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

Shades of Salt Box #645262

Tints of Salt Box #645262

Color information

#645262 (or 0x645262) is unknown color: approx Salt Box. HEX triplet: 64, 52 and 62. RGB value is (100,82,98). Sum of RGB (Red+Green+Blue) = 100+82+98=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #645262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645262 is #9BAD9D. Grayscale: #595959. Windows color (decimal): -10202526 or 6443620. OLE color: 6443620.

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

Color convert

RGB1008298-
CMYK00.180.020.61
HSL306.67º9.89%35.69%-
HSV(B)306.67º18%39.22%-
XYZ10.489.6312.86-
YUV89.21132.96135.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 98 (38.67% from 255) = 35%
R=35.71%
G=29.29%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100829800.180.020.61306.679.8935.69
Hex64526201223D133a24
Octal1441221420222754631244
Binary110010010100101100010010010101111011001100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645262; }

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

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

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

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

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

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

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

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