#6F434D

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

Shades of Tawny Port #6F434D

Tints of Tawny Port #6F434D

Color information

#6F434D (or 0x6F434D) is unknown color: approx Tawny Port. HEX triplet: 6F, 43 and 4D. RGB value is (111,67,77). Sum of RGB (Red+Green+Blue) = 111+67+77=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F434D is #90BCB2. Grayscale: #515151. Windows color (decimal): -9485491 or 5063535. OLE color: 5063535.

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

Color convert

RGB1116777-
CMYK00.400.310.56
HSL346.36º24.72%34.9%-
HSV(B)346.36º39.64%43.53%-
XYZ9.97.938.03-
YUV81.3125.58149.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 77 (30.47% from 255) = 30.20%
R=43.53%
G=26.27%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111677700.400.310.56346.3624.7234.9
Hex6F434D0281F3815a1923
Octal15710311505037705323143
Binary11011111000011100110101010001111111100010101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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