#625861

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

Shades of Salt Box #625861

Tints of Salt Box #625861

Color information

#625861 (or 0x625861) is unknown color: approx Salt Box. HEX triplet: 62, 58 and 61. RGB value is (98,88,97). Sum of RGB (Red+Green+Blue) = 98+88+97=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 98 - color contains mainly: red. Hex color #625861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625861 is #9DA79E. Grayscale: #5B5B5B. Windows color (decimal): -10332063 or 6379618. OLE color: 6379618.

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

Color convert

RGB988897-
CMYK00.100.010.62
HSL306º5.38%36.47%-
HSV(B)306º10.2%38.43%-
XYZ10.6810.4412.76-
YUV92.02130.81132.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.63%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=34.63%
G=31.10%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98889700.100.010.623065.3836.47
Hex6258610A13E132524
Octal142130141012176462544
Binary110001010110001100001010101111110100110010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625861; }

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

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

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

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

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

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

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

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