#68304C

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

Shades of Tawny Port #68304C

Tints of Tawny Port #68304C

Color information

#68304C (or 0x68304C) is unknown color: approx Tawny Port. HEX triplet: 68, 30 and 4C. RGB value is (104,48,76). Sum of RGB (Red+Green+Blue) = 104+48+76=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #68304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68304C is #97CFB3. Grayscale: #434343. Windows color (decimal): -9949108 or 4993128. OLE color: 4993128.

HSL color Cylindrical-coordinate representation of color #68304C: hue angle of 330º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68304C is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1044876-
CMYK00.540.270.59
HSL330º36.84%29.8%-
HSV(B)330º53.85%40.78%-
XYZ8.075.587.49-
YUV67.94132.55153.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=45.61%
G=21.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104487600.540.270.5933036.8429.8
Hex68304C0361B3B14a251e
Octal1506011406633735124536
Binary1101000110000100110001101101101111101110100101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68304C; }

 p { color: rgb(104,48,76); }

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

<style>
 a { background-color: #68304C; }

 a { background-color: rgb(104,48,76); }

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

<style>
 span { border-color: #68304C; }

 span { border-color: rgb(104,48,76); }

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