#625361

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

Shades of Salt Box #625361

Tints of Salt Box #625361

Color information

#625361 (or 0x625361) is unknown color: approx Salt Box. HEX triplet: 62, 53 and 61. RGB value is (98,83,97). Sum of RGB (Red+Green+Blue) = 98+83+97=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 98 - color contains mainly: red. Hex color #625361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625361 is #9DAC9E. Grayscale: #595959. Windows color (decimal): -10333343 or 6378338. OLE color: 6378338.

HSL color Cylindrical-coordinate representation of color #625361: hue angle of 304º 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 #625361 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB988397-
CMYK00.150.010.62
HSL304º8.29%35.49%-
HSV(B)304º15.31%38.43%-
XYZ10.299.6512.63-
YUV89.08132.47134.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=35.25%
G=29.86%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98839700.150.010.623048.2935.49
Hex6253610F13E130823
Octal1421231410171764601043
Binary1100010101001111000010111111111101001100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625361; }

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

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

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

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

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

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

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

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