#61414D

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

Shades of Tawny Port #61414D

Tints of Tawny Port #61414D

Color information

#61414D (or 0x61414D) is unknown color: approx Tawny Port. HEX triplet: 61, 41 and 4D. RGB value is (97,65,77). Sum of RGB (Red+Green+Blue) = 97+65+77=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61414D is #9EBEB2. Grayscale: #4B4B4B. Windows color (decimal): -10403507 or 5063009. OLE color: 5063009.

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

Color convert

RGB976577-
CMYK00.330.210.62
HSL337.5º19.75%31.76%-
HSV(B)337.5º32.99%38.04%-
XYZ8.166.867.91-
YUV75.94128.6143.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=40.59%
G=27.20%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97657700.330.210.62337.519.7531.76
Hex61414D021153E1521420
Octal14110111504125765222440
Binary11000011000001100110101000011010111111010101001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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