#68414C

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

Shades of Tawny Port #68414C

Tints of Tawny Port #68414C

Color information

#68414C (or 0x68414C) is unknown color: approx Tawny Port. HEX triplet: 68, 41 and 4C. RGB value is (104,65,76). Sum of RGB (Red+Green+Blue) = 104+65+76=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68414C is #97BEB3. Grayscale: #4D4D4D. Windows color (decimal): -9944756 or 4997480. OLE color: 4997480.

HSL color Cylindrical-coordinate representation of color #68414C: hue angle of 343.08º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68414C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1046576-
CMYK00.380.270.59
HSL343.08º23.08%33.14%-
HSV(B)343.08º37.5%40.78%-
XYZ8.97.257.77-
YUV77.92126.92146.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=42.45%
G=26.53%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104657600.380.270.59343.0823.0833.14
Hex68414C0261B3B1571721
Octal15010111404633735272741
Binary11010001000001100110001001101101111101110101011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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