#61444D

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

Shades of Tawny Port #61444D

Tints of Tawny Port #61444D

Color information

#61444D (or 0x61444D) is unknown color: approx Tawny Port. HEX triplet: 61, 44 and 4D. RGB value is (97,68,77). Sum of RGB (Red+Green+Blue) = 97+68+77=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61444D is #9EBBB2. Grayscale: #4D4D4D. Windows color (decimal): -10402739 or 5063777. OLE color: 5063777.

HSL color Cylindrical-coordinate representation of color #61444D: hue angle of 341.38º 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 #61444D is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB976877-
CMYK00.300.210.62
HSL341.38º17.58%32.35%-
HSV(B)341.38º29.9%38.04%-
XYZ8.347.217.97-
YUV77.7127.61141.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=40.08%
G=28.10%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97687700.300.210.62341.3817.5832.35
Hex61444D01E153E1551220
Octal14110411503625765252240
Binary1100001100010010011010111101010111111010101010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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