#61444C

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

Shades of Tawny Port #61444C

Tints of Tawny Port #61444C

Color information

#61444C (or 0x61444C) is unknown color: approx Tawny Port. HEX triplet: 61, 44 and 4C. RGB value is (97,68,76). Sum of RGB (Red+Green+Blue) = 97+68+76=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61444C is #9EBBB3. Grayscale: #4D4D4D. Windows color (decimal): -10402740 or 4998241. OLE color: 4998241.

HSL color Cylindrical-coordinate representation of color #61444C: hue angle of 343.45º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61444C is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB976876-
CMYK00.300.220.62
HSL343.45º17.58%32.35%-
HSV(B)343.45º29.9%38.04%-
XYZ8.37.27.79-
YUV77.58127.11141.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=40.25%
G=28.22%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97687600.300.220.62343.4517.5832.35
Hex61444C01E163E1571220
Octal14110411403626765272240
Binary1100001100010010011000111101011011111010101011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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