#61454C

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

Shades of Tawny Port #61454C

Tints of Tawny Port #61454C

Color information

#61454C (or 0x61454C) is unknown color: approx Tawny Port. HEX triplet: 61, 45 and 4C. RGB value is (97,69,76). Sum of RGB (Red+Green+Blue) = 97+69+76=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61454C is #9EBAB3. Grayscale: #4E4E4E. Windows color (decimal): -10402484 or 4998497. OLE color: 4998497.

HSL color Cylindrical-coordinate representation of color #61454C: hue angle of 345º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61454C is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB976976-
CMYK00.290.220.62
HSL345º16.87%32.55%-
HSV(B)345º28.87%38.04%-
XYZ8.367.327.81-
YUV78.17126.78141.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=40.08%
G=28.51%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97697600.290.220.6234516.8732.55
Hex61454C01D163E1591121
Octal14110511403526765312141
Binary1100001100010110011000111011011011111010101100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61454C; }

 p { color: rgb(97,69,76); }

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

<style>
 a { background-color: #61454C; }

 a { background-color: rgb(97,69,76); }

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

<style>
 span { border-color: #61454C; }

 span { border-color: rgb(97,69,76); }

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