Html Css Color HEX #68334E Tawny Port

📋 copy color: '#68334E'

red 104 ◦ green 51 ◦ blue 78

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

Shades of Tawny Port #68334E

Tints of Tawny Port #68334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

 BLUE value IS 78 (30.86% from 255) = 33.48%

R = 44.64%
G = 21.89%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68334E (or 0x68334E) is known color: Tawny Port. HEX triplet: 68, 33 and 4E. RGB value is (104,51,78). Sum of RGB (Red+Green+Blue) = 104+51+78=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68334E is #97CCB1. Grayscale: #454545. Windows color (decimal): -9948338 or 5124968. OLE color: 5124968.

HSL color Cylindrical-coordinate representation of color #68334E: hue angle of 329.43º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68334E is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 78 -
CMYK 0 0.51 0.25 0.59
HSL 329.43º 0.34% 0.3% -
HSV(B) 329.43º 0.51% 0.41% -
XYZ 8.27 5.86 7.9 -
YUV 69.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 104 51 78 0 0.51 0.25 0.59 329.43 0.34 0.3
Hex 68 33 4E 0 33 19 3B 149 22 1E
Octal 150 63 116 0 63 31 73 511 42 36
Binary 1101000 110011 1001110 0 110011 11001 111011 101001001 100010 11110

Color Harmonies of #68334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68334E

Black with #68334E

Text Example


Text Example

White with #68334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68334E; }

 p { color: rgb(104,51,78); }

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

background-color css

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

 a { background-color: rgb(104,51,78); }

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

border-color css

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

 span { border-color: rgb(104,51,78); }

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