#68384B

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

Shades of Tawny Port #68384B

Tints of Tawny Port #68384B

Color information

#68384B (or 0x68384B) is unknown color: approx Tawny Port. HEX triplet: 68, 38 and 4B. RGB value is (104,56,75). Sum of RGB (Red+Green+Blue) = 104+56+75=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68384B is #97C7B4. Grayscale: #484848. Windows color (decimal): -9947061 or 4929640. OLE color: 4929640.

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

Color convert

RGB1045675-
CMYK00.460.280.59
HSL336.25º30%31.37%-
HSV(B)336.25º46.15%40.78%-
XYZ8.396.287.43-
YUV72.52129.4150.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=44.26%
G=23.83%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104567500.460.280.59336.253031.37
Hex68384B02E1C3B1501e1f
Octal1507011305634735203637
Binary110100011100010010110101110111001110111010100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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