#65404D

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

Shades of Tawny Port #65404D

Tints of Tawny Port #65404D

Color information

#65404D (or 0x65404D) is unknown color: approx Tawny Port. HEX triplet: 65, 40 and 4D. RGB value is (101,64,77). Sum of RGB (Red+Green+Blue) = 101+64+77=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #65404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65404D is #9ABFB2. Grayscale: #4C4C4C. Windows color (decimal): -10141619 or 5062757. OLE color: 5062757.

HSL color Cylindrical-coordinate representation of color #65404D: hue angle of 338.92º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65404D is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB1016477-
CMYK00.370.240.60
HSL338.92º22.42%32.35%-
HSV(B)338.92º36.63%39.61%-
XYZ8.546.977.92-
YUV76.54128.26145.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.74%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=41.74%
G=26.45%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101647700.370.240.60338.9222.4232.35
Hex65404D025183C1531620
Octal14510011504530745232640
Binary11001011000000100110101001011100011110010101001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65404D; }

 p { color: rgb(101,64,77); }

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

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

 a { background-color: rgb(101,64,77); }

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

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

 span { border-color: rgb(101,64,77); }

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