#61404D

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

Shades of Tawny Port #61404D

Tints of Tawny Port #61404D

Color information

#61404D (or 0x61404D) is unknown color: approx Tawny Port. HEX triplet: 61, 40 and 4D. RGB value is (97,64,77). Sum of RGB (Red+Green+Blue) = 97+64+77=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61404D is #9EBFB2. Grayscale: #4B4B4B. Windows color (decimal): -10403763 or 5062753. OLE color: 5062753.

HSL color Cylindrical-coordinate representation of color #61404D: hue angle of 336.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61404D is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB976477-
CMYK00.340.210.62
HSL336.36º20.5%31.57%-
HSV(B)336.36º34.02%38.04%-
XYZ8.16.747.9-
YUV75.35128.93143.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=40.76%
G=26.89%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97647700.340.210.62336.3620.531.57
Hex61404D022153E1501420
Octal14110011504225765202440
Binary11000011000000100110101000101010111111010101000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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