#68434D

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

Shades of Tawny Port #68434D

Tints of Tawny Port #68434D

Color information

#68434D (or 0x68434D) is unknown color: approx Tawny Port. HEX triplet: 68, 43 and 4D. RGB value is (104,67,77). Sum of RGB (Red+Green+Blue) = 104+67+77=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68434D is #97BCB2. Grayscale: #4F4F4F. Windows color (decimal): -9944243 or 5063528. OLE color: 5063528.

HSL color Cylindrical-coordinate representation of color #68434D: hue angle of 343.78º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68434D is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1046777-
CMYK00.360.260.59
HSL343.78º21.64%33.53%-
HSV(B)343.78º35.58%40.78%-
XYZ9.067.497.99-
YUV79.2126.76145.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=41.94%
G=27.02%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104677700.360.260.59343.7821.6433.53
Hex68434D0241A3B1581622
Octal15010311504432735302642
Binary11010001000011100110101001001101011101110101100010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68434D; }

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

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

<style>
 a { background-color: #68434D; }

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

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

<style>
 span { border-color: #68434D; }

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

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