#62555E

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

Shades of Salt Box #62555E

Tints of Salt Box #62555E

Color information

#62555E (or 0x62555E) is unknown color: approx Salt Box. HEX triplet: 62, 55 and 5E. RGB value is (98,85,94). Sum of RGB (Red+Green+Blue) = 98+85+94=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 98 - color contains mainly: red. Hex color #62555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62555E is #9DAAA1. Grayscale: #595959. Windows color (decimal): -10332834 or 6182242. OLE color: 6182242.

HSL color Cylindrical-coordinate representation of color #62555E: hue angle of 318.46º 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 #62555E is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB988594-
CMYK00.130.040.62
HSL318.46º7.1%35.88%-
HSV(B)318.46º13.27%38.43%-
XYZ10.319.911.96-
YUV89.91130.31133.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=35.38%
G=30.69%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98859400.130.040.62318.467.135.88
Hex62555E0D43E13e724
Octal142125136015476476744
Binary11000101010101101111001101100111110100111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62555E; }

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

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

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

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

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

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

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

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