#625661

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

Shades of Salt Box #625661

Tints of Salt Box #625661

Color information

#625661 (or 0x625661) is unknown color: approx Salt Box. HEX triplet: 62, 56 and 61. RGB value is (98,86,97). Sum of RGB (Red+Green+Blue) = 98+86+97=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 98 - color contains mainly: red. Hex color #625661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625661 is #9DA99E. Grayscale: #5A5A5A. Windows color (decimal): -10332575 or 6379106. OLE color: 6379106.

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

Color convert

RGB988697-
CMYK00.120.010.62
HSL305º6.52%36.08%-
HSV(B)305º12.24%38.43%-
XYZ10.5210.1212.71-
YUV90.84131.48133.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=34.88%
G=30.60%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98869700.120.010.623056.5236.08
Hex6256610C13E131724
Octal142126141014176461744
Binary110001010101101100001011001111110100110001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625661; }

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

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

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

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

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

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

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

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