Html Css Color HEX #68414E Tawny Port

📋 copy color: '#68414E'

red 104 ◦ green 65 ◦ blue 78

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

Shades of Tawny Port #68414E

Tints of Tawny Port #68414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

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

R = 42.11%
G = 26.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68414E (or 0x68414E) is known color: Tawny Port. HEX triplet: 68, 41 and 4E. RGB value is (104,65,78). Sum of RGB (Red+Green+Blue) = 104+65+78=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68414E is #97BEB1. Grayscale: #4E4E4E. Windows color (decimal): -9944754 or 5128552. OLE color: 5128552.

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

Color convert

RGB 104 65 78 -
CMYK 0 0.38 0.25 0.59
HSL 340º 0.23% 0.33% -
HSV(B) 340º 0.38% 0.41% -
XYZ 8.97 7.27 8.14 -
YUV 78.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 104 65 78 0 0.38 0.25 0.59 340 0.23 0.33
Hex 68 41 4E 0 26 19 3B 154 17 21
Octal 150 101 116 0 46 31 73 524 27 41
Binary 1101000 1000001 1001110 0 100110 11001 111011 101010100 10111 100001

Color Harmonies of #68414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68414E

Black with #68414E

Text Example


Text Example

White with #68414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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