#62545E

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

Shades of Salt Box #62545E

Tints of Salt Box #62545E

Color information

#62545E (or 0x62545E) is unknown color: approx Salt Box. HEX triplet: 62, 54 and 5E. RGB value is (98,84,94). Sum of RGB (Red+Green+Blue) = 98+84+94=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #62545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62545E is #9DABA1. Grayscale: #595959. Windows color (decimal): -10333090 or 6181986. OLE color: 6181986.

HSL color Cylindrical-coordinate representation of color #62545E: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #62545E is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB988494-
CMYK00.140.040.62
HSL317.14º7.69%35.69%-
HSV(B)317.14º14.29%38.43%-
XYZ10.239.7511.93-
YUV89.33130.64134.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=35.51%
G=30.43%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98849400.140.040.62317.147.6935.69
Hex62545E0E43E13d824
Octal1421241360164764751044
Binary110001010101001011110011101001111101001111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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