#61344E

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

Shades of Tawny Port #61344E

Tints of Tawny Port #61344E

Color information

#61344E (or 0x61344E) is unknown color: approx Tawny Port. HEX triplet: 61, 34 and 4E. RGB value is (97,52,78). Sum of RGB (Red+Green+Blue) = 97+52+78=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61344E is #9ECBB1. Grayscale: #444444. Windows color (decimal): -10406834 or 5125217. OLE color: 5125217.

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

Color convert

RGB975278-
CMYK00.460.200.62
HSL325.33º30.2%29.22%-
HSV(B)325.33º46.39%38.04%-
XYZ7.535.557.88-
YUV68.42133.41148.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=42.73%
G=22.91%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97527800.460.200.62325.3330.229.22
Hex61344E02E143E1451e1d
Octal1416411605624765053635
Binary110000111010010011100101110101001111101010001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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