#61404B

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

Shades of Tawny Port #61404B

Tints of Tawny Port #61404B

Color information

#61404B (or 0x61404B) is unknown color: approx Tawny Port. HEX triplet: 61, 40 and 4B. RGB value is (97,64,75). Sum of RGB (Red+Green+Blue) = 97+64+75=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #61404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61404B is #9EBFB4. Grayscale: #4B4B4B. Windows color (decimal): -10403765 or 4931681. OLE color: 4931681.

HSL color Cylindrical-coordinate representation of color #61404B: hue angle of 340º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61404B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB976475-
CMYK00.340.230.62
HSL340º20.5%31.57%-
HSV(B)340º34.02%38.04%-
XYZ8.036.727.53-
YUV75.12127.93143.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=41.10%
G=27.12%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97647500.340.230.6234020.531.57
Hex61404B022173E1541420
Octal14110011304227765242440
Binary11000011000000100101101000101011111111010101010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61404B; }

 p { color: rgb(97,64,75); }

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

<style>
 a { background-color: #61404B; }

 a { background-color: rgb(97,64,75); }

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

<style>
 span { border-color: #61404B; }

 span { border-color: rgb(97,64,75); }

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