#61383F

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

Shades of Tawny Port #61383F

Tints of Tawny Port #61383F

Color information

#61383F (or 0x61383F) is unknown color: approx Tawny Port. HEX triplet: 61, 38 and 3F. RGB value is (97,56,63). Sum of RGB (Red+Green+Blue) = 97+56+63=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #61383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61383F is #9EC7C0. Grayscale: #454545. Windows color (decimal): -10405825 or 4143201. OLE color: 4143201.

HSL color Cylindrical-coordinate representation of color #61383F: hue angle of 349.76º 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 #61383F is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB975663-
CMYK00.420.350.62
HSL349.76º26.8%30%-
HSV(B)349.76º42.27%38.04%-
XYZ7.245.735.43-
YUV69.06124.58147.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 63 (25% from 255) = 29.17%
R=44.91%
G=25.93%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97566300.420.350.62349.7626.830
Hex61383F02A233E15e1b1e
Octal141707705243765363336
Binary110000111100011111101010101000111111101010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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