#61364E

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

Shades of Tawny Port #61364E

Tints of Tawny Port #61364E

Color information

#61364E (or 0x61364E) is unknown color: approx Tawny Port. HEX triplet: 61, 36 and 4E. RGB value is (97,54,78). Sum of RGB (Red+Green+Blue) = 97+54+78=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #61364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61364E is #9EC9B1. Grayscale: #454545. Windows color (decimal): -10406322 or 5125729. OLE color: 5125729.

HSL color Cylindrical-coordinate representation of color #61364E: hue angle of 326.51º 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 #61364E is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB975478-
CMYK00.440.200.62
HSL326.51º28.48%29.61%-
HSV(B)326.51º44.33%38.04%-
XYZ7.625.737.91-
YUV69.59132.75147.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=42.36%
G=23.58%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97547800.440.200.62326.5128.4829.61
Hex61364E02C143E1471c1e
Octal1416611605424765073436
Binary110000111011010011100101100101001111101010001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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