#62494A

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

Shades of Don Juan #62494A

Tints of Don Juan #62494A

Color information

#62494A (or 0x62494A) is unknown color: approx Don Juan. HEX triplet: 62, 49 and 4A. RGB value is (98,73,74). Sum of RGB (Red+Green+Blue) = 98+73+74=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62494A is #9DB6B5. Grayscale: #505050. Windows color (decimal): -10335926 or 4868450. OLE color: 4868450.

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

Color convert

RGB987374-
CMYK00.260.240.62
HSL357.6º14.62%33.53%-
HSV(B)357.6º25.51%38.43%-
XYZ8.667.867.54-
YUV80.59124.28140.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=40%
G=29.80%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98737400.260.240.62357.614.6233.53
Hex62494A01A183E166f22
Octal14211111203230765461742
Binary110001010010011001010011010110001111101011001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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