#63494C

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

Shades of Don Juan #63494C

Tints of Don Juan #63494C

Color information

#63494C (or 0x63494C) is unknown color: approx Don Juan. HEX triplet: 63, 49 and 4C. RGB value is (99,73,76). Sum of RGB (Red+Green+Blue) = 99+73+76=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #63494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63494C is #9CB6B3. Grayscale: #515151. Windows color (decimal): -10270388 or 4999523. OLE color: 4999523.

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

Color convert

RGB997376-
CMYK00.260.230.61
HSL353.08º15.12%33.73%-
HSV(B)353.08º26.26%38.82%-
XYZ8.837.947.9-
YUV81.12125.11140.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=39.92%
G=29.44%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99737600.260.230.61353.0815.1233.73
Hex63494C01A173D161f22
Octal14311111403227755411742
Binary110001110010011001100011010101111111011011000011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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