#63494E

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

Shades of Don Juan #63494E

Tints of Don Juan #63494E

Color information

#63494E (or 0x63494E) is unknown color: approx Don Juan. HEX triplet: 63, 49 and 4E. RGB value is (99,73,78). Sum of RGB (Red+Green+Blue) = 99+73+78=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #63494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63494E is #9CB6B1. Grayscale: #515151. Windows color (decimal): -10270386 or 5130595. OLE color: 5130595.

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

Color convert

RGB997378-
CMYK00.260.210.61
HSL348.46º15.12%33.73%-
HSV(B)348.46º26.26%38.82%-
XYZ8.97.978.28-
YUV81.34126.11140.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.6%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=39.6%
G=29.2%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99737800.260.210.61348.4615.1233.73
Hex63494E01A153D15cf22
Octal14311111603225755341742
Binary110001110010011001110011010101011111011010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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