#62495F

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

Shades of Salt Box #62495F

Tints of Salt Box #62495F

Color information

#62495F (or 0x62495F) is unknown color: approx Salt Box. HEX triplet: 62, 49 and 5F. RGB value is (98,73,95). Sum of RGB (Red+Green+Blue) = 98+73+95=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #62495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62495F is #9DB6A0. Grayscale: #525252. Windows color (decimal): -10335905 or 6244706. OLE color: 6244706.

HSL color Cylindrical-coordinate representation of color #62495F: hue angle of 307.2º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62495F is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB987395-
CMYK00.260.030.62
HSL307.2º14.62%33.53%-
HSV(B)307.2º25.51%38.43%-
XYZ9.498.1911.91-
YUV82.98134.78138.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=36.84%
G=27.44%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98739500.260.030.62307.214.6233.53
Hex62495F01A33E133f22
Octal1421111370323764631742
Binary110001010010011011111011010111111101001100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62495F; }

 p { color: rgb(98,73,95); }

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

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

 a { background-color: rgb(98,73,95); }

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

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

 span { border-color: rgb(98,73,95); }

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