#625F61

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

Shades of Salt Box #625F61

Tints of Salt Box #625F61

Color information

#625F61 (or 0x625F61) is unknown color: approx Salt Box. HEX triplet: 62, 5F and 61. RGB value is (98,95,97). Sum of RGB (Red+Green+Blue) = 98+95+97=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 98 - color contains mainly: red. Hex color #625F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F61 is #9DA09E. Grayscale: #606060. Windows color (decimal): -10330271 or 6381410. OLE color: 6381410.

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

Color convert

RGB989597-
CMYK00.030.010.62
HSL320º1.55%37.84%-
HSV(B)320º3.06%38.43%-
XYZ11.2911.6412.96-
YUV96.12128.49129.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 95 (37.5% from 255) = 32.76%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=33.79%
G=32.76%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98959700.030.010.623201.5537.84
Hex625F610313E140226
Octal14213714103176500246
Binary110001010111111100001011111111010100000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625F61; }

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

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

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

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

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

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

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

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