#65404C

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

Shades of Tawny Port #65404C

Tints of Tawny Port #65404C

Color information

#65404C (or 0x65404C) is unknown color: approx Tawny Port. HEX triplet: 65, 40 and 4C. RGB value is (101,64,76). Sum of RGB (Red+Green+Blue) = 101+64+76=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #65404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65404C is #9ABFB3. Grayscale: #4C4C4C. Windows color (decimal): -10141620 or 4997221. OLE color: 4997221.

HSL color Cylindrical-coordinate representation of color #65404C: hue angle of 340.54º 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 #65404C is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1016476-
CMYK00.370.250.60
HSL340.54º22.42%32.35%-
HSV(B)340.54º36.63%39.61%-
XYZ8.56.967.73-
YUV76.43127.76145.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=41.91%
G=26.56%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101647600.370.250.60340.5422.4232.35
Hex65404C025193C1551620
Octal14510011404531745252640
Binary11001011000000100110001001011100111110010101010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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