#63494B

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

Shades of Don Juan #63494B

Tints of Don Juan #63494B

Color information

#63494B (or 0x63494B) is unknown color: approx Don Juan. HEX triplet: 63, 49 and 4B. RGB value is (99,73,75). Sum of RGB (Red+Green+Blue) = 99+73+75=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63494B is #9CB6B4. Grayscale: #515151. Windows color (decimal): -10270389 or 4933987. OLE color: 4933987.

HSL color Cylindrical-coordinate representation of color #63494B: hue angle of 355.38º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63494B is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB997375-
CMYK00.260.240.61
HSL355.38º15.12%33.73%-
HSV(B)355.38º26.26%38.82%-
XYZ8.87.937.72-
YUV81124.61140.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=40.08%
G=29.55%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99737500.260.240.61355.3815.1233.73
Hex63494B01A183D163f22
Octal14311111303230755431742
Binary110001110010011001011011010110001111011011000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63494B; }

 p { color: rgb(99,73,75); }

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

<style>
 a { background-color: #63494B; }

 a { background-color: rgb(99,73,75); }

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

<style>
 span { border-color: #63494B; }

 span { border-color: rgb(99,73,75); }

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