Html Css Color HEX #68344E Tawny Port

📋 copy color: '#68344E'

red 104 ◦ green 52 ◦ blue 78

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

Shades of Tawny Port #68344E

Tints of Tawny Port #68344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

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

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68344E (or 0x68344E) is known color: Tawny Port. HEX triplet: 68, 34 and 4E. RGB value is (104,52,78). Sum of RGB (Red+Green+Blue) = 104+52+78=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68344E is #97CBB1. Grayscale: #464646. Windows color (decimal): -9948082 or 5125224. OLE color: 5125224.

HSL color Cylindrical-coordinate representation of color #68344E: hue angle of 330º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68344E is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 78 -
CMYK 0 0.50 0.25 0.59
HSL 330º 0.33% 0.31% -
HSV(B) 330º 0.5% 0.41% -
XYZ 8.31 5.95 7.92 -
YUV 70.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 104 52 78 0 0.50 0.25 0.59 330 0.33 0.31
Hex 68 34 4E 0 32 19 3B 14A 21 1F
Octal 150 64 116 0 62 31 73 512 41 37
Binary 1101000 110100 1001110 0 110010 11001 111011 101001010 100001 11111

Color Harmonies of #68344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68344E

Black with #68344E

Text Example


Text Example

White with #68344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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