#65414C

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

Shades of Tawny Port #65414C

Tints of Tawny Port #65414C

Color information

#65414C (or 0x65414C) is unknown color: approx Tawny Port. HEX triplet: 65, 41 and 4C. RGB value is (101,65,76). Sum of RGB (Red+Green+Blue) = 101+65+76=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #65414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65414C is #9ABEB3. Grayscale: #4D4D4D. Windows color (decimal): -10141364 or 4997477. OLE color: 4997477.

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

Color convert

RGB1016576-
CMYK00.360.250.60
HSL341.67º21.69%32.55%-
HSV(B)341.67º35.64%39.61%-
XYZ8.567.077.75-
YUV77.02127.43145.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.74%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=41.74%
G=26.86%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101657600.360.250.60341.6721.6932.55
Hex65414C024193C1561621
Octal14510111404431745262641
Binary11001011000001100110001001001100111110010101011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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