#61364A

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

Shades of Tawny Port #61364A

Tints of Tawny Port #61364A

Color information

#61364A (or 0x61364A) is unknown color: approx Tawny Port. HEX triplet: 61, 36 and 4A. RGB value is (97,54,74). Sum of RGB (Red+Green+Blue) = 97+54+74=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61364A is #9EC9B5. Grayscale: #454545. Windows color (decimal): -10406326 or 4863585. OLE color: 4863585.

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

Color convert

RGB975474-
CMYK00.440.240.62
HSL332.09º28.48%29.61%-
HSV(B)332.09º44.33%38.04%-
XYZ7.485.677.18-
YUV69.14130.75147.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=43.11%
G=24%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97547400.440.240.62332.0928.4829.61
Hex61364A02C183E14c1c1e
Octal1416611205430765143436
Binary110000111011010010100101100110001111101010011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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