#63484E

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

Shades of Don Juan #63484E

Tints of Don Juan #63484E

Color information

#63484E (or 0x63484E) is unknown color: approx Don Juan. HEX triplet: 63, 48 and 4E. RGB value is (99,72,78). Sum of RGB (Red+Green+Blue) = 99+72+78=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #63484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63484E is #9CB7B1. Grayscale: #505050. Windows color (decimal): -10270642 or 5130339. OLE color: 5130339.

HSL color Cylindrical-coordinate representation of color #63484E: hue angle of 346.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63484E is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB997278-
CMYK00.270.210.61
HSL346.67º15.79%33.53%-
HSV(B)346.67º27.27%38.82%-
XYZ8.847.848.25-
YUV80.76126.45141.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=39.76%
G=28.92%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99727800.270.210.61346.6715.7933.53
Hex63484E01B153D15b1022
Octal14311011603325755332042
Binary1100011100100010011100110111010111110110101101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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