#67404D

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

Shades of Tawny Port #67404D

Tints of Tawny Port #67404D

Color information

#67404D (or 0x67404D) is unknown color: approx Tawny Port. HEX triplet: 67, 40 and 4D. RGB value is (103,64,77). Sum of RGB (Red+Green+Blue) = 103+64+77=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #67404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67404D is #98BFB2. Grayscale: #4D4D4D. Windows color (decimal): -10010547 or 5062759. OLE color: 5062759.

HSL color Cylindrical-coordinate representation of color #67404D: hue angle of 340º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67404D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1036477-
CMYK00.380.250.60
HSL340º23.35%32.75%-
HSV(B)340º37.86%40.39%-
XYZ8.777.097.93-
YUV77.14127.92146.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.21%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=42.21%
G=26.23%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103647700.380.250.6034023.3532.75
Hex67404D026193C1541721
Octal14710011504631745242741
Binary11001111000000100110101001101100111110010101010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67404D; }

 p { color: rgb(103,64,77); }

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

<style>
 a { background-color: #67404D; }

 a { background-color: rgb(103,64,77); }

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

<style>
 span { border-color: #67404D; }

 span { border-color: rgb(103,64,77); }

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