#63474A

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

Shades of Don Juan #63474A

Tints of Don Juan #63474A

Color information

#63474A (or 0x63474A) is unknown color: approx Don Juan. HEX triplet: 63, 47 and 4A. RGB value is (99,71,74). Sum of RGB (Red+Green+Blue) = 99+71+74=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #63474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63474A is #9CB8B5. Grayscale: #4F4F4F. Windows color (decimal): -10270902 or 4867939. OLE color: 4867939.

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

Color convert

RGB997174-
CMYK00.280.250.61
HSL353.57º16.47%33.33%-
HSV(B)353.57º28.28%38.82%-
XYZ8.637.657.5-
YUV79.71124.78141.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=40.57%
G=29.10%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99717400.280.250.61353.5716.4733.33
Hex63474A01C193D1621021
Octal14310711203431755422041
Binary1100011100011110010100111001100111110110110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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