Html Css Color HEX #68304A Tawny Port

📋 copy color: '#68304A'

red 104 ◦ green 48 ◦ blue 74

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

Shades of Tawny Port #68304A

Tints of Tawny Port #68304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.74%

R = 46.02%
G = 21.24%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68304A (or 0x68304A) is known color: Tawny Port. HEX triplet: 68, 30 and 4A. RGB value is (104,48,74). Sum of RGB (Red+Green+Blue) = 104+48+74=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #68304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68304A is #97CFB5. Grayscale: #434343. Windows color (decimal): -9949110 or 4862056. OLE color: 4862056.

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

Color convert

RGB 104 48 74 -
CMYK 0 0.54 0.29 0.59
HSL 332.14º 0.37% 0.3% -
HSV(B) 332.14º 0.54% 0.41% -
XYZ 8 5.55 7.13 -
YUV 67.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 104 48 74 0 0.54 0.29 0.59 332.14 0.37 0.3
Hex 68 30 4A 0 36 1D 3B 14C 25 1E
Octal 150 60 112 0 66 35 73 514 45 36
Binary 1101000 110000 1001010 0 110110 11101 111011 101001100 100101 11110

Color Harmonies of #68304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68304A

Black with #68304A

Text Example


Text Example

White with #68304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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