#62494E

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

Shades of Don Juan #62494E

Tints of Don Juan #62494E

Color information

#62494E (or 0x62494E) is unknown color: approx Don Juan. HEX triplet: 62, 49 and 4E. RGB value is (98,73,78). Sum of RGB (Red+Green+Blue) = 98+73+78=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #62494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62494E is #9DB6B1. Grayscale: #515151. Windows color (decimal): -10335922 or 5130594. OLE color: 5130594.

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

Color convert

RGB987378-
CMYK00.260.200.62
HSL348º14.62%33.53%-
HSV(B)348º25.51%38.43%-
XYZ8.797.918.27-
YUV81.04126.28140.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=39.36%
G=29.32%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98737800.260.200.6234814.6233.53
Hex62494E01A143E15cf22
Octal14211111603224765341742
Binary110001010010011001110011010101001111101010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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