#6F404C

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

Shades of Tawny Port #6F404C

Tints of Tawny Port #6F404C

Color information

#6F404C (or 0x6F404C) is unknown color: approx Tawny Port. HEX triplet: 6F, 40 and 4C. RGB value is (111,64,76). Sum of RGB (Red+Green+Blue) = 111+64+76=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F404C is #90BFB3. Grayscale: #4F4F4F. Windows color (decimal): -9486260 or 4997231. OLE color: 4997231.

HSL color Cylindrical-coordinate representation of color #6F404C: hue angle of 344.68º 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 #6F404C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1116476-
CMYK00.420.320.56
HSL344.68º26.86%34.31%-
HSV(B)344.68º42.34%43.53%-
XYZ9.697.577.79-
YUV79.42126.07150.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=44.22%
G=25.50%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111647600.420.320.56344.6826.8634.31
Hex6F404C02A20381591b22
Octal15710011405240705313342
Binary110111110000001001100010101010000011100010101100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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