Html Css Color HEX #68424D Tawny Port

📋 copy color: '#68424D'

red 104 ◦ green 66 ◦ blue 77

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

Shades of Tawny Port #68424D

Tints of Tawny Port #68424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 42.11%
G = 26.72%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68424D (or 0x68424D) is known color: Tawny Port. HEX triplet: 68, 42 and 4D. RGB value is (104,66,77). Sum of RGB (Red+Green+Blue) = 104+66+77=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68424D is #97BDB2. Grayscale: #4E4E4E. Windows color (decimal): -9944499 or 5063272. OLE color: 5063272.

HSL color Cylindrical-coordinate representation of color #68424D: hue angle of 342.63º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68424D is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 66 77 -
CMYK 0 0.37 0.26 0.59
HSL 342.63º 0.22% 0.33% -
HSV(B) 342.63º 0.37% 0.41% -
XYZ 9 7.38 7.97 -
YUV 78.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 104 66 77 0 0.37 0.26 0.59 342.63 0.22 0.33
Hex 68 42 4D 0 25 1A 3B 157 16 21
Octal 150 102 115 0 45 32 73 527 26 41
Binary 1101000 1000010 1001101 0 100101 11010 111011 101010111 10110 100001

Color Harmonies of #68424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68424D

Black with #68424D

Text Example


Text Example

White with #68424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68424D; }

 p { color: rgb(104,66,77); }

 H1.HeaderClassName
 {
   color: #68424D;
 }
 .AnyTagClassName
 {
   color: #68424D;
 }
</style>

background-color css

<style>
 a { background-color: #68424D; }

 a { background-color: rgb(104,66,77); }

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

border-color css

<style>
 span { border-color: #68424D; }

 span { border-color: rgb(104,66,77); }

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