#634349

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

Shades of Tawny Port #634349

Tints of Tawny Port #634349

Color information

#634349 (or 0x634349) is unknown color: approx Tawny Port. HEX triplet: 63, 43 and 49. RGB value is (99,67,73). Sum of RGB (Red+Green+Blue) = 99+67+73=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #634349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634349 is #9CBCB6. Grayscale: #4D4D4D. Windows color (decimal): -10271927 or 4801379. OLE color: 4801379.

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

Color convert

RGB996773-
CMYK00.320.260.61
HSL348.75º19.28%32.55%-
HSV(B)348.75º32.32%38.82%-
XYZ8.367.157.24-
YUV77.25125.6143.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.42%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=41.42%
G=28.03%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99677300.320.260.61348.7519.2832.55
Hex6343490201A3D15d1321
Octal14310311104032755352341
Binary11000111000011100100101000001101011110110101110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634349; }

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

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

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

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

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

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

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

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