#63484C

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

Shades of Don Juan #63484C

Tints of Don Juan #63484C

Color information

#63484C (or 0x63484C) is unknown color: approx Don Juan. HEX triplet: 63, 48 and 4C. RGB value is (99,72,76). Sum of RGB (Red+Green+Blue) = 99+72+76=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63484C is #9CB7B3. Grayscale: #505050. Windows color (decimal): -10270644 or 4999267. OLE color: 4999267.

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

Color convert

RGB997276-
CMYK00.270.230.61
HSL351.11º15.79%33.53%-
HSV(B)351.11º27.27%38.82%-
XYZ8.777.817.88-
YUV80.53125.45141.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=40.08%
G=29.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99727600.270.230.61351.1115.7933.53
Hex63484C01B173D15f1022
Octal14311011403327755372042
Binary1100011100100010011000110111011111110110101111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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