#68384F

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

Shades of Tawny Port #68384F

Tints of Tawny Port #68384F

Color information

#68384F (or 0x68384F) is unknown color: approx Tawny Port. HEX triplet: 68, 38 and 4F. RGB value is (104,56,79). Sum of RGB (Red+Green+Blue) = 104+56+79=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #68384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68384F is #97C7B0. Grayscale: #484848. Windows color (decimal): -9947057 or 5191784. OLE color: 5191784.

HSL color Cylindrical-coordinate representation of color #68384F: hue angle of 331.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68384F is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1045679-
CMYK00.460.240.59
HSL331.25º30%31.37%-
HSV(B)331.25º46.15%40.78%-
XYZ8.536.348.17-
YUV72.97131.4150.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=43.51%
G=23.43%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104567900.460.240.59331.253031.37
Hex68384F02E183B14b1e1f
Octal1507011705630735133637
Binary110100011100010011110101110110001110111010010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68384F; }

 p { color: rgb(104,56,79); }

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

<style>
 a { background-color: #68384F; }

 a { background-color: rgb(104,56,79); }

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

<style>
 span { border-color: #68384F; }

 span { border-color: rgb(104,56,79); }

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