#61414A

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

Shades of Tawny Port #61414A

Tints of Tawny Port #61414A

Color information

#61414A (or 0x61414A) is unknown color: approx Tawny Port. HEX triplet: 61, 41 and 4A. RGB value is (97,65,74). Sum of RGB (Red+Green+Blue) = 97+65+74=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #61414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61414A is #9EBEB5. Grayscale: #4B4B4B. Windows color (decimal): -10403510 or 4866401. OLE color: 4866401.

HSL color Cylindrical-coordinate representation of color #61414A: hue angle of 343.12º 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 #61414A is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB976574-
CMYK00.330.240.62
HSL343.12º19.75%31.76%-
HSV(B)343.12º32.99%38.04%-
XYZ8.066.827.37-
YUV75.59127.1143.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=41.10%
G=27.54%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97657400.330.240.62343.1219.7531.76
Hex61414A021183E1571420
Octal14110111204130765272440
Binary11000011000001100101001000011100011111010101011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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