#62505E

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

Shades of Salt Box #62505E

Tints of Salt Box #62505E

Color information

#62505E (or 0x62505E) is unknown color: approx Salt Box. HEX triplet: 62, 50 and 5E. RGB value is (98,80,94). Sum of RGB (Red+Green+Blue) = 98+80+94=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #62505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62505E is #9DAFA1. Grayscale: #565656. Windows color (decimal): -10334114 or 6180962. OLE color: 6180962.

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

Color convert

RGB988094-
CMYK00.180.040.62
HSL313.33º10.11%34.9%-
HSV(B)313.33º18.37%38.43%-
XYZ9.939.1411.83-
YUV86.98131.96135.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=36.03%
G=29.41%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98809400.180.040.62313.3310.1134.9
Hex62505E01243E139a23
Octal1421201360224764711243
Binary1100010101000010111100100101001111101001110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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