#61374A

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

Shades of Tawny Port #61374A

Tints of Tawny Port #61374A

Color information

#61374A (or 0x61374A) is unknown color: approx Tawny Port. HEX triplet: 61, 37 and 4A. RGB value is (97,55,74). Sum of RGB (Red+Green+Blue) = 97+55+74=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #61374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61374A is #9EC8B5. Grayscale: #454545. Windows color (decimal): -10406070 or 4863841. OLE color: 4863841.

HSL color Cylindrical-coordinate representation of color #61374A: hue angle of 332.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61374A is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB975574-
CMYK00.430.240.62
HSL332.86º27.63%29.8%-
HSV(B)332.86º43.3%38.04%-
XYZ7.535.777.19-
YUV69.72130.41147.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=42.92%
G=24.34%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97557400.430.240.62332.8627.6329.8
Hex61374A02B183E14d1c1e
Octal1416711205330765153436
Binary110000111011110010100101011110001111101010011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61374A; }

 p { color: rgb(97,55,74); }

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

<style>
 a { background-color: #61374A; }

 a { background-color: rgb(97,55,74); }

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

<style>
 span { border-color: #61374A; }

 span { border-color: rgb(97,55,74); }

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