#683048

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

Shades of Tawny Port #683048

Tints of Tawny Port #683048

Color information

#683048 (or 0x683048) is unknown color: approx Tawny Port. HEX triplet: 68, 30 and 48. RGB value is (104,48,72). Sum of RGB (Red+Green+Blue) = 104+48+72=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #683048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683048 is #97CFB7. Grayscale: #434343. Windows color (decimal): -9949112 or 4730984. OLE color: 4730984.

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

Color convert

RGB1044872-
CMYK00.540.310.59
HSL334.29º36.84%29.8%-
HSV(B)334.29º53.85%40.78%-
XYZ7.945.526.78-
YUV67.48130.55154.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=46.43%
G=21.43%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104487200.540.310.59334.2936.8429.8
Hex6830480361F3B14e251e
Octal1506011006637735164536
Binary1101000110000100100001101101111111101110100111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683048; }

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

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

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

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

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

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

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

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