#634146

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

Shades of Tawny Port #634146

Tints of Tawny Port #634146

Color information

#634146 (or 0x634146) is unknown color: approx Tawny Port. HEX triplet: 63, 41 and 46. RGB value is (99,65,70). Sum of RGB (Red+Green+Blue) = 99+65+70=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #634146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634146 is #9CBEB9. Grayscale: #4B4B4B. Windows color (decimal): -10272442 or 4604259. OLE color: 4604259.

HSL color Cylindrical-coordinate representation of color #634146: hue angle of 351.18º 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 #634146 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB996570-
CMYK00.340.290.61
HSL351.18º20.73%32.16%-
HSV(B)351.18º34.34%38.82%-
XYZ8.146.886.69-
YUV75.74124.76144.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=42.31%
G=27.78%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99657000.340.290.61351.1820.7332.16
Hex6341460221D3D15f1520
Octal14310110604235755372540
Binary11000111000001100011001000101110111110110101111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634146; }

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

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

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

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

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

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

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

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