#62565E

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

Shades of Salt Box #62565E

Tints of Salt Box #62565E

Color information

#62565E (or 0x62565E) is unknown color: approx Salt Box. HEX triplet: 62, 56 and 5E. RGB value is (98,86,94). Sum of RGB (Red+Green+Blue) = 98+86+94=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 98 - color contains mainly: red. Hex color #62565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62565E is #9DA9A1. Grayscale: #5A5A5A. Windows color (decimal): -10332578 or 6182498. OLE color: 6182498.

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

Color convert

RGB988694-
CMYK00.120.040.62
HSL320º6.52%36.08%-
HSV(B)320º12.24%38.43%-
XYZ10.3910.0611.98-
YUV90.5129.98133.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=35.25%
G=30.94%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98869400.120.040.623206.5236.08
Hex62565E0C43E140724
Octal142126136014476500744
Binary11000101010110101111001100100111110101000000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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