#68444A

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

Shades of Tawny Port #68444A

Tints of Tawny Port #68444A

Color information

#68444A (or 0x68444A) is unknown color: approx Tawny Port. HEX triplet: 68, 44 and 4A. RGB value is (104,68,74). Sum of RGB (Red+Green+Blue) = 104+68+74=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68444A is #97BBB5. Grayscale: #4F4F4F. Windows color (decimal): -9943990 or 4867176. OLE color: 4867176.

HSL color Cylindrical-coordinate representation of color #68444A: hue angle of 350º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68444A is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1046874-
CMYK00.350.290.59
HSL350º20.93%33.73%-
HSV(B)350º34.62%40.78%-
XYZ9.017.577.47-
YUV79.45124.93145.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=42.28%
G=27.64%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104687400.350.290.5935020.9333.73
Hex68444A0231D3B15e1522
Octal15010411204335735362542
Binary11010001000100100101001000111110111101110101111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68444A; }

 p { color: rgb(104,68,74); }

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

<style>
 a { background-color: #68444A; }

 a { background-color: rgb(104,68,74); }

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

<style>
 span { border-color: #68444A; }

 span { border-color: rgb(104,68,74); }

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