Html Css Color HEX #683049 Tawny Port

📋 copy color: '#683049'

red 104 ◦ green 48 ◦ blue 73

#683049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #683049

Tints of Tawny Port #683049

RGB

 RED value IS 104 (41.02% from 255) = 46.22%

 GREEN value IS 48 (19.14% from 255) = 21.33%

 BLUE value IS 73 (28.91% from 255) = 32.44%

R = 46.22%
G = 21.33%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#683049 (or 0x683049) is known color: Tawny Port. HEX triplet: 68, 30 and 49. RGB value is (104,48,73). Sum of RGB (Red+Green+Blue) = 104+48+73=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #683049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683049 is #97CFB6. Grayscale: #434343. Windows color (decimal): -9949111 or 4796520. OLE color: 4796520.

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

Color convert

RGB 104 48 73 -
CMYK 0 0.54 0.30 0.59
HSL 333.21º 0.37% 0.3% -
HSV(B) 333.21º 0.54% 0.41% -
XYZ 7.97 5.54 6.95 -
YUV 67.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 104 48 73 0 0.54 0.30 0.59 333.21 0.37 0.3
Hex 68 30 49 0 36 1E 3B 14D 25 1E
Octal 150 60 111 0 66 36 73 515 45 36
Binary 1101000 110000 1001001 0 110110 11110 111011 101001101 100101 11110

Color Harmonies of #683049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683049

Black with #683049

Text Example


Text Example

White with #683049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683049; }

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

 H1.HeaderClassName
 {
   color: #683049;
 }
 .AnyTagClassName
 {
   color: #683049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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