#68394B

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

Shades of Tawny Port #68394B

Tints of Tawny Port #68394B

Color information

#68394B (or 0x68394B) is unknown color: approx Tawny Port. HEX triplet: 68, 39 and 4B. RGB value is (104,57,75). Sum of RGB (Red+Green+Blue) = 104+57+75=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68394B is #97C6B4. Grayscale: #494949. Windows color (decimal): -9946805 or 4929896. OLE color: 4929896.

HSL color Cylindrical-coordinate representation of color #68394B: hue angle of 337.02º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68394B is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1045775-
CMYK00.450.280.59
HSL337.02º29.19%31.57%-
HSV(B)337.02º45.19%40.78%-
XYZ8.446.387.44-
YUV73.1129.07150.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=44.07%
G=24.15%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104577500.450.280.59337.0229.1931.57
Hex68394B02D1C3B1511d20
Octal1507111305534735213540
Binary1101000111001100101101011011110011101110101000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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