#65454D

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

Shades of Tawny Port #65454D

Tints of Tawny Port #65454D

Color information

#65454D (or 0x65454D) is unknown color: approx Tawny Port. HEX triplet: 65, 45 and 4D. RGB value is (101,69,77). Sum of RGB (Red+Green+Blue) = 101+69+77=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #65454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65454D is #9ABAB2. Grayscale: #4F4F4F. Windows color (decimal): -10140339 or 5064037. OLE color: 5064037.

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

Color convert

RGB1016977-
CMYK00.320.240.60
HSL345º18.82%33.33%-
HSV(B)345º31.68%39.61%-
XYZ8.837.568.01-
YUV79.48126.6143.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=40.89%
G=27.94%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101697700.320.240.6034518.8233.33
Hex65454D020183C1591321
Octal14510511504030745312341
Binary11001011000101100110101000001100011110010101100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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