#68444B

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

Shades of Tawny Port #68444B

Tints of Tawny Port #68444B

Color information

#68444B (or 0x68444B) is unknown color: approx Tawny Port. HEX triplet: 68, 44 and 4B. RGB value is (104,68,75). Sum of RGB (Red+Green+Blue) = 104+68+75=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68444B is #97BBB4. Grayscale: #4F4F4F. Windows color (decimal): -9943989 or 4932712. OLE color: 4932712.

HSL color Cylindrical-coordinate representation of color #68444B: hue angle of 348.33º 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 #68444B is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1046875-
CMYK00.350.280.59
HSL348.33º20.93%33.73%-
HSV(B)348.33º34.62%40.78%-
XYZ9.057.597.64-
YUV79.56125.43145.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=42.11%
G=27.53%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104687500.350.280.59348.3320.9333.73
Hex68444B0231C3B15c1522
Octal15010411304334735342542
Binary11010001000100100101101000111110011101110101110010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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