#61464E

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

Shades of Tawny Port #61464E

Tints of Tawny Port #61464E

Color information

#61464E (or 0x61464E) is unknown color: approx Tawny Port. HEX triplet: 61, 46 and 4E. RGB value is (97,70,78). Sum of RGB (Red+Green+Blue) = 97+70+78=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61464E is #9EB9B1. Grayscale: #4E4E4E. Windows color (decimal): -10402226 or 5129825. OLE color: 5129825.

HSL color Cylindrical-coordinate representation of color #61464E: hue angle of 342.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61464E is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB977078-
CMYK00.280.200.62
HSL342.22º16.17%32.75%-
HSV(B)342.22º27.84%38.04%-
XYZ8.57.478.2-
YUV78.98127.45140.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=39.59%
G=28.57%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97707800.280.200.62342.2216.1732.75
Hex61464E01C143E1561021
Octal14110611603424765262041
Binary1100001100011010011100111001010011111010101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61464E; }

 p { color: rgb(97,70,78); }

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

<style>
 a { background-color: #61464E; }

 a { background-color: rgb(97,70,78); }

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

<style>
 span { border-color: #61464E; }

 span { border-color: rgb(97,70,78); }

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