#65414D

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

Shades of Tawny Port #65414D

Tints of Tawny Port #65414D

Color information

#65414D (or 0x65414D) is unknown color: approx Tawny Port. HEX triplet: 65, 41 and 4D. RGB value is (101,65,77). Sum of RGB (Red+Green+Blue) = 101+65+77=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #65414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65414D is #9ABEB2. Grayscale: #4D4D4D. Windows color (decimal): -10141363 or 5063013. OLE color: 5063013.

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

Color convert

RGB1016577-
CMYK00.360.240.60
HSL340º21.69%32.55%-
HSV(B)340º35.64%39.61%-
XYZ8.67.087.94-
YUV77.13127.93145.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.56%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=41.56%
G=26.75%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101657700.360.240.6034021.6932.55
Hex65414D024183C1541621
Octal14510111504430745242641
Binary11001011000001100110101001001100011110010101010010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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