#68304B

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

Shades of Tawny Port #68304B

Tints of Tawny Port #68304B

Color information

#68304B (or 0x68304B) is unknown color: approx Tawny Port. HEX triplet: 68, 30 and 4B. RGB value is (104,48,75). Sum of RGB (Red+Green+Blue) = 104+48+75=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #68304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68304B is #97CFB4. Grayscale: #434343. Windows color (decimal): -9949109 or 4927592. OLE color: 4927592.

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

Color convert

RGB1044875-
CMYK00.540.280.59
HSL331.07º36.84%29.8%-
HSV(B)331.07º53.85%40.78%-
XYZ8.045.567.31-
YUV67.82132.05153.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=45.81%
G=21.15%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104487500.540.280.59331.0736.8429.8
Hex68304B0361C3B14b251e
Octal1506011306634735134536
Binary1101000110000100101101101101110011101110100101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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