#63494A

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

Shades of Don Juan #63494A

Tints of Don Juan #63494A

Color information

#63494A (or 0x63494A) is unknown color: approx Don Juan. HEX triplet: 63, 49 and 4A. RGB value is (99,73,74). Sum of RGB (Red+Green+Blue) = 99+73+74=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63494A is #9CB6B5. Grayscale: #505050. Windows color (decimal): -10270390 or 4868451. OLE color: 4868451.

HSL color Cylindrical-coordinate representation of color #63494A: hue angle of 357.69º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63494A is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB997374-
CMYK00.260.250.61
HSL357.69º15.12%33.73%-
HSV(B)357.69º26.26%38.82%-
XYZ8.767.917.54-
YUV80.89124.11140.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=40.24%
G=29.67%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99737400.260.250.61357.6915.1233.73
Hex63494A01A193D166f22
Octal14311111203231755461742
Binary110001110010011001010011010110011111011011001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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