#63494D

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

Shades of Don Juan #63494D

Tints of Don Juan #63494D

Color information

#63494D (or 0x63494D) is unknown color: approx Don Juan. HEX triplet: 63, 49 and 4D. RGB value is (99,73,77). Sum of RGB (Red+Green+Blue) = 99+73+77=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #63494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63494D is #9CB6B2. Grayscale: #515151. Windows color (decimal): -10270387 or 5065059. OLE color: 5065059.

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

Color convert

RGB997377-
CMYK00.260.220.61
HSL350.77º15.12%33.73%-
HSV(B)350.77º26.26%38.82%-
XYZ8.877.958.09-
YUV81.23125.61140.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=39.76%
G=29.32%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99737700.260.220.61350.7715.1233.73
Hex63494D01A163D15ff22
Octal14311111503226755371742
Binary110001110010011001101011010101101111011010111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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