Html Css Color HEX #62494C Don Juan

📋 copy color: '#62494C'

red 98 ◦ green 73 ◦ blue 76

#62494C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Don Juan #62494C

Tints of Don Juan #62494C

RGB

 RED value IS 98 (38.67% from 255) = 39.68%

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 76 (30.08% from 255) = 30.77%

R = 39.68%
G = 29.55%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#62494C (or 0x62494C) is known color: Don Juan. HEX triplet: 62, 49 and 4C. RGB value is (98,73,76). Sum of RGB (Red+Green+Blue) = 98+73+76=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #62494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62494C is #9DB6B3. Grayscale: #505050. Windows color (decimal): -10335924 or 4999522. OLE color: 4999522.

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

Color convert

RGB 98 73 76 -
CMYK 0 0.26 0.22 0.62
HSL 352.8º 0.15% 0.34% -
HSV(B) 352.8º 0.26% 0.38% -
XYZ 8.72 7.88 7.9 -
YUV 80.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 98 73 76 0 0.26 0.22 0.62 352.8 0.15 0.34
Hex 62 49 4C 0 1A 16 3E 161 F 22
Octal 142 111 114 0 32 26 76 541 17 42
Binary 1100010 1001001 1001100 0 11010 10110 111110 101100001 1111 100010

Color Harmonies of #62494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62494C

Black with #62494C

Text Example


Text Example

White with #62494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62494C;
 }
 .AnyTagClassName
 {
   color: #62494C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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