#6D404B

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

Shades of Tawny Port #6D404B

Tints of Tawny Port #6D404B

Color information

#6D404B (or 0x6D404B) is unknown color: approx Tawny Port. HEX triplet: 6D, 40 and 4B. RGB value is (109,64,75). Sum of RGB (Red+Green+Blue) = 109+64+75=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D404B is #92BFB4. Grayscale: #4E4E4E. Windows color (decimal): -9617333 or 4931693. OLE color: 4931693.

HSL color Cylindrical-coordinate representation of color #6D404B: hue angle of 345.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D404B is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1096475-
CMYK00.410.310.57
HSL345.33º26.01%33.92%-
HSV(B)345.33º41.28%42.75%-
XYZ9.417.437.59-
YUV78.71125.91149.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.95%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=43.95%
G=25.81%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109647500.410.310.57345.3326.0133.92
Hex6D404B0291F391591a22
Octal15510011305137715313242
Binary11011011000000100101101010011111111100110101100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D404B; }

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

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

<style>
 a { background-color: #6D404B; }

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

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

<style>
 span { border-color: #6D404B; }

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

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