#61363F

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

Shades of Tawny Port #61363F

Tints of Tawny Port #61363F

Color information

#61363F (or 0x61363F) is unknown color: approx Tawny Port. HEX triplet: 61, 36 and 3F. RGB value is (97,54,63). Sum of RGB (Red+Green+Blue) = 97+54+63=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61363F is #9EC9C0. Grayscale: #434343. Windows color (decimal): -10406337 or 4142689. OLE color: 4142689.

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

Color convert

RGB975463-
CMYK00.440.350.62
HSL347.44º28.48%29.61%-
HSV(B)347.44º44.33%38.04%-
XYZ7.155.545.4-
YUV67.88125.25148.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 63 (25% from 255) = 29.44%
R=45.33%
G=25.23%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97546300.440.350.62347.4428.4829.61
Hex61363F02C233E15b1c1e
Octal141667705443765333436
Binary110000111011011111101011001000111111101010110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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