#68434C

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

Shades of Tawny Port #68434C

Tints of Tawny Port #68434C

Color information

#68434C (or 0x68434C) is unknown color: approx Tawny Port. HEX triplet: 68, 43 and 4C. RGB value is (104,67,76). Sum of RGB (Red+Green+Blue) = 104+67+76=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68434C is #97BCB3. Grayscale: #4F4F4F. Windows color (decimal): -9944244 or 4997992. OLE color: 4997992.

HSL color Cylindrical-coordinate representation of color #68434C: hue angle of 345.41º 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 #68434C is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1046776-
CMYK00.360.270.59
HSL345.41º21.64%33.53%-
HSV(B)345.41º35.58%40.78%-
XYZ9.027.487.81-
YUV79.09126.26145.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=42.11%
G=27.13%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104677600.360.270.59345.4121.6433.53
Hex68434C0241B3B1591622
Octal15010311404433735312642
Binary11010001000011100110001001001101111101110101100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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