#63474E

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

Shades of Don Juan #63474E

Tints of Don Juan #63474E

Color information

#63474E (or 0x63474E) is unknown color: approx Don Juan. HEX triplet: 63, 47 and 4E. RGB value is (99,71,78). Sum of RGB (Red+Green+Blue) = 99+71+78=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #63474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63474E is #9CB8B1. Grayscale: #505050. Windows color (decimal): -10270898 or 5130083. OLE color: 5130083.

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

Color convert

RGB997178-
CMYK00.280.210.61
HSL345º16.47%33.33%-
HSV(B)345º28.28%38.82%-
XYZ8.777.718.23-
YUV80.17126.78141.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=39.92%
G=28.63%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99717800.280.210.6134516.4733.33
Hex63474E01C153D1591021
Octal14310711603425755312041
Binary1100011100011110011100111001010111110110101100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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