#62494D

Color #62494D Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #62494D

Tints of Don Juan #62494D

Color information

#62494D (or 0x62494D) is unknown color: approx Don Juan. HEX triplet: 62, 49 and 4D. RGB value is (98,73,77). Sum of RGB (Red+Green+Blue) = 98+73+77=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #62494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62494D is #9DB6B2. Grayscale: #505050. Windows color (decimal): -10335923 or 5065058. OLE color: 5065058.

HSL color Cylindrical-coordinate representation of color #62494D: hue angle of 350.4º 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 #62494D is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB987377-
CMYK00.260.210.62
HSL350.4º14.62%33.53%-
HSV(B)350.4º25.51%38.43%-
XYZ8.767.98.08-
YUV80.93125.78140.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=39.52%
G=29.44%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98737700.260.210.62350.414.6233.53
Hex62494D01A153E15ef22
Octal14211111503225765361742
Binary110001010010011001101011010101011111101010111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62494D; }

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

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

<style>
 a { background-color: #62494D; }

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

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

<style>
 span { border-color: #62494D; }

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

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