#625561

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

Shades of Salt Box #625561

Tints of Salt Box #625561

Color information

#625561 (or 0x625561) is unknown color: approx Salt Box. HEX triplet: 62, 55 and 61. RGB value is (98,85,97). Sum of RGB (Red+Green+Blue) = 98+85+97=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 98 - color contains mainly: red. Hex color #625561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625561 is #9DAA9E. Grayscale: #5A5A5A. Windows color (decimal): -10332831 or 6378850. OLE color: 6378850.

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

Color convert

RGB988597-
CMYK00.130.010.62
HSL304.62º7.1%35.88%-
HSV(B)304.62º13.27%38.43%-
XYZ10.449.9612.68-
YUV90.26131.81133.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=35%
G=30.36%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98859700.130.010.62304.627.135.88
Hex6255610D13E131724
Octal142125141015176461744
Binary110001010101011100001011011111110100110001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625561; }

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

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

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

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

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

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

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

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