#6F424D

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

Shades of Tawny Port #6F424D

Tints of Tawny Port #6F424D

Color information

#6F424D (or 0x6F424D) is unknown color: approx Tawny Port. HEX triplet: 6F, 42 and 4D. RGB value is (111,66,77). Sum of RGB (Red+Green+Blue) = 111+66+77=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F424D is #90BDB2. Grayscale: #505050. Windows color (decimal): -9485747 or 5063279. OLE color: 5063279.

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

Color convert

RGB1116677-
CMYK00.410.310.56
HSL345.33º25.42%34.71%-
HSV(B)345.33º40.54%43.53%-
XYZ9.847.818.01-
YUV80.71125.91149.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.70%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=43.70%
G=25.98%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111667700.410.310.56345.3325.4234.71
Hex6F424D0291F381591923
Octal15710211505137705313143
Binary11011111000010100110101010011111111100010101100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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