#625461

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

Shades of Salt Box #625461

Tints of Salt Box #625461

Color information

#625461 (or 0x625461) is unknown color: approx Salt Box. HEX triplet: 62, 54 and 61. RGB value is (98,84,97). Sum of RGB (Red+Green+Blue) = 98+84+97=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 98 - color contains mainly: red. Hex color #625461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625461 is #9DAB9E. Grayscale: #595959. Windows color (decimal): -10333087 or 6378594. OLE color: 6378594.

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

Color convert

RGB988497-
CMYK00.140.010.62
HSL304.29º7.69%35.69%-
HSV(B)304.29º14.29%38.43%-
XYZ10.369.812.65-
YUV89.67132.14133.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=35.13%
G=30.11%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98849700.140.010.62304.297.6935.69
Hex6254610E13E130824
Octal1421241410161764601044
Binary1100010101010011000010111011111101001100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625461; }

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

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

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

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

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

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

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

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