#61374C

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

Shades of Tawny Port #61374C

Tints of Tawny Port #61374C

Color information

#61374C (or 0x61374C) is unknown color: approx Tawny Port. HEX triplet: 61, 37 and 4C. RGB value is (97,55,76). Sum of RGB (Red+Green+Blue) = 97+55+76=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61374C is #9EC8B3. Grayscale: #454545. Windows color (decimal): -10406068 or 4994913. OLE color: 4994913.

HSL color Cylindrical-coordinate representation of color #61374C: hue angle of 330º 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 #61374C is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB975576-
CMYK00.430.220.62
HSL330º27.63%29.8%-
HSV(B)330º43.3%38.04%-
XYZ7.65.87.56-
YUV69.95131.41147.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=42.54%
G=24.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97557600.430.220.6233027.6329.8
Hex61374C02B163E14a1c1e
Octal1416711405326765123436
Binary110000111011110011000101011101101111101010010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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