#63494F

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

Shades of Don Juan #63494F

Tints of Don Juan #63494F

Color information

#63494F (or 0x63494F) is unknown color: approx Don Juan. HEX triplet: 63, 49 and 4F. RGB value is (99,73,79). Sum of RGB (Red+Green+Blue) = 99+73+79=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #63494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63494F is #9CB6B0. Grayscale: #515151. Windows color (decimal): -10270385 or 5196131. OLE color: 5196131.

HSL color Cylindrical-coordinate representation of color #63494F: hue angle of 346.15º 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 #63494F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB997379-
CMYK00.260.200.61
HSL346.15º15.12%33.73%-
HSV(B)346.15º26.26%38.82%-
XYZ8.947.988.47-
YUV81.46126.61140.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=39.44%
G=29.08%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99737900.260.200.61346.1515.1233.73
Hex63494F01A143D15af22
Octal14311111703224755321742
Binary110001110010011001111011010101001111011010110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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