#61353F

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

Shades of Tawny Port #61353F

Tints of Tawny Port #61353F

Color information

#61353F (or 0x61353F) is unknown color: approx Tawny Port. HEX triplet: 61, 35 and 3F. RGB value is (97,53,63). Sum of RGB (Red+Green+Blue) = 97+53+63=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61353F is #9ECAC0. Grayscale: #434343. Windows color (decimal): -10406593 or 4142433. OLE color: 4142433.

HSL color Cylindrical-coordinate representation of color #61353F: hue angle of 346.36º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61353F is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB975363-
CMYK00.450.350.62
HSL346.36º29.33%29.41%-
HSV(B)346.36º45.36%38.04%-
XYZ7.15.455.38-
YUV67.3125.58149.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 63 (25% from 255) = 29.58%
R=45.54%
G=24.88%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97536300.450.350.62346.3629.3329.41
Hex61353F02D233E15a1d1d
Octal141657705543765323535
Binary110000111010111111101011011000111111101010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61353F; }

 p { color: rgb(97,53,63); }

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

<style>
 a { background-color: #61353F; }

 a { background-color: rgb(97,53,63); }

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

<style>
 span { border-color: #61353F; }

 span { border-color: rgb(97,53,63); }

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