#634149

Color #634149 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #634149

Tints of Tawny Port #634149

Color information

#634149 (or 0x634149) is unknown color: approx Tawny Port. HEX triplet: 63, 41 and 49. RGB value is (99,65,73). Sum of RGB (Red+Green+Blue) = 99+65+73=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #634149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634149 is #9CBEB6. Grayscale: #4C4C4C. Windows color (decimal): -10272439 or 4800867. OLE color: 4800867.

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

Color convert

RGB996573-
CMYK00.340.260.61
HSL345.88º20.73%32.16%-
HSV(B)345.88º34.34%38.82%-
XYZ8.246.917.2-
YUV76.08126.26144.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=41.77%
G=27.43%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99657300.340.260.61345.8820.7332.16
Hex6341490221A3D15a1520
Octal14310111104232755322540
Binary11000111000001100100101000101101011110110101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634149; }

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

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

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

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

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

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

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

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