#61384A

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

Shades of Tawny Port #61384A

Tints of Tawny Port #61384A

Color information

#61384A (or 0x61384A) is unknown color: approx Tawny Port. HEX triplet: 61, 38 and 4A. RGB value is (97,56,74). Sum of RGB (Red+Green+Blue) = 97+56+74=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61384A is #9EC7B5. Grayscale: #464646. Windows color (decimal): -10405814 or 4864097. OLE color: 4864097.

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

Color convert

RGB975674-
CMYK00.420.240.62
HSL333.66º26.8%30%-
HSV(B)333.66º42.27%38.04%-
XYZ7.585.867.21-
YUV70.31130.08147.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=42.73%
G=24.67%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97567400.420.240.62333.6626.830
Hex61384A02A183E14e1b1e
Octal1417011205230765163336
Binary110000111100010010100101010110001111101010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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