#61424A

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

Shades of Tawny Port #61424A

Tints of Tawny Port #61424A

Color information

#61424A (or 0x61424A) is unknown color: approx Tawny Port. HEX triplet: 61, 42 and 4A. RGB value is (97,66,74). Sum of RGB (Red+Green+Blue) = 97+66+74=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #61424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61424A is #9EBDB5. Grayscale: #4C4C4C. Windows color (decimal): -10403254 or 4866657. OLE color: 4866657.

HSL color Cylindrical-coordinate representation of color #61424A: hue angle of 344.52º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61424A is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB976674-
CMYK00.320.240.62
HSL344.52º19.02%31.96%-
HSV(B)344.52º31.96%38.04%-
XYZ8.116.937.39-
YUV76.18126.77142.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=40.93%
G=27.85%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97667400.320.240.62344.5219.0231.96
Hex61424A020183E1591320
Octal14110211204030765312340
Binary11000011000010100101001000001100011111010101100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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