#6F404D

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

Shades of Tawny Port #6F404D

Tints of Tawny Port #6F404D

Color information

#6F404D (or 0x6F404D) is unknown color: approx Tawny Port. HEX triplet: 6F, 40 and 4D. RGB value is (111,64,77). Sum of RGB (Red+Green+Blue) = 111+64+77=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F404D is #90BFB2. Grayscale: #4F4F4F. Windows color (decimal): -9486259 or 5062767. OLE color: 5062767.

HSL color Cylindrical-coordinate representation of color #6F404D: hue angle of 343.4º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F404D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1116477-
CMYK00.420.310.56
HSL343.4º26.86%34.31%-
HSV(B)343.4º42.34%43.53%-
XYZ9.737.587.97-
YUV79.54126.57150.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=44.05%
G=25.40%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111647700.420.310.56343.426.8634.31
Hex6F404D02A1F381571b22
Octal15710011505237705273342
Binary11011111000000100110101010101111111100010101011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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