Html Css Color HEX #68314A Tawny Port

📋 copy color: '#68314A'

red 104 ◦ green 49 ◦ blue 74

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

Shades of Tawny Port #68314A

Tints of Tawny Port #68314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

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

R = 45.81%
G = 21.59%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68314A (or 0x68314A) is known color: Tawny Port. HEX triplet: 68, 31 and 4A. RGB value is (104,49,74). Sum of RGB (Red+Green+Blue) = 104+49+74=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #68314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68314A is #97CEB5. Grayscale: #444444. Windows color (decimal): -9948854 or 4862312. OLE color: 4862312.

HSL color Cylindrical-coordinate representation of color #68314A: hue angle of 332.73º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68314A is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 74 -
CMYK 0 0.53 0.29 0.59
HSL 332.73º 0.36% 0.3% -
HSV(B) 332.73º 0.53% 0.41% -
XYZ 8.04 5.63 7.14 -
YUV 68.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 104 49 74 0 0.53 0.29 0.59 332.73 0.36 0.3
Hex 68 31 4A 0 35 1D 3B 14D 24 1E
Octal 150 61 112 0 65 35 73 515 44 36
Binary 1101000 110001 1001010 0 110101 11101 111011 101001101 100100 11110

Color Harmonies of #68314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68314A

Black with #68314A

Text Example


Text Example

White with #68314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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