#63474D

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

Shades of Don Juan #63474D

Tints of Don Juan #63474D

Color information

#63474D (or 0x63474D) is unknown color: approx Don Juan. HEX triplet: 63, 47 and 4D. RGB value is (99,71,77). Sum of RGB (Red+Green+Blue) = 99+71+77=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63474D is #9CB8B2. Grayscale: #505050. Windows color (decimal): -10270899 or 5064547. OLE color: 5064547.

HSL color Cylindrical-coordinate representation of color #63474D: hue angle of 347.14º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63474D is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB997177-
CMYK00.280.220.61
HSL347.14º16.47%33.33%-
HSV(B)347.14º28.28%38.82%-
XYZ8.747.698.05-
YUV80.06126.28141.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=40.08%
G=28.74%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99717700.280.220.61347.1416.4733.33
Hex63474D01C163D15b1021
Octal14310711503426755332041
Binary1100011100011110011010111001011011110110101101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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