#625360

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

Shades of Salt Box #625360

Tints of Salt Box #625360

Color information

#625360 (or 0x625360) is unknown color: approx Salt Box. HEX triplet: 62, 53 and 60. RGB value is (98,83,96). Sum of RGB (Red+Green+Blue) = 98+83+96=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 98 - color contains mainly: red. Hex color #625360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625360 is #9DAC9F. Grayscale: #585858. Windows color (decimal): -10333344 or 6312802. OLE color: 6312802.

HSL color Cylindrical-coordinate representation of color #625360: hue angle of 308º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #625360 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB988396-
CMYK00.150.020.62
HSL308º8.29%35.49%-
HSV(B)308º15.31%38.43%-
XYZ10.249.6312.38-
YUV88.97131.97134.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=35.38%
G=29.96%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98839600.150.020.623088.2935.49
Hex6253600F23E134823
Octal1421231400172764641043
Binary11000101010011110000001111101111101001101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625360; }

 p { color: rgb(98,83,96); }

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

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

 a { background-color: rgb(98,83,96); }

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

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

 span { border-color: rgb(98,83,96); }

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