Html Css Color HEX #68464E Tawny Port

📋 copy color: '#68464E'

red 104 ◦ green 70 ◦ blue 78

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

Shades of Tawny Port #68464E

Tints of Tawny Port #68464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 41.27%
G = 27.78%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68464E (or 0x68464E) is known color: Tawny Port. HEX triplet: 68, 46 and 4E. RGB value is (104,70,78). Sum of RGB (Red+Green+Blue) = 104+70+78=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #68464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68464E is #97B9B1. Grayscale: #515151. Windows color (decimal): -9943474 or 5129832. OLE color: 5129832.

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

Color convert

RGB 104 70 78 -
CMYK 0 0.33 0.25 0.59
HSL 345.88º 0.2% 0.34% -
HSV(B) 345.88º 0.33% 0.41% -
XYZ 9.27 7.87 8.24 -
YUV 81.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 104 70 78 0 0.33 0.25 0.59 345.88 0.2 0.34
Hex 68 46 4E 0 21 19 3B 15A 14 22
Octal 150 106 116 0 41 31 73 532 24 42
Binary 1101000 1000110 1001110 0 100001 11001 111011 101011010 10100 100010

Color Harmonies of #68464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68464E

Black with #68464E

Text Example


Text Example

White with #68464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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