Html Css Color HEX #68424A Tawny Port

📋 copy color: '#68424A'

red 104 ◦ green 66 ◦ blue 74

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

Shades of Tawny Port #68424A

Tints of Tawny Port #68424A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 42.62%
G = 27.05%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68424A (or 0x68424A) is known color: Tawny Port. HEX triplet: 68, 42 and 4A. RGB value is (104,66,74). Sum of RGB (Red+Green+Blue) = 104+66+74=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68424A is #97BDB5. Grayscale: #4E4E4E. Windows color (decimal): -9944502 or 4866664. OLE color: 4866664.

HSL color Cylindrical-coordinate representation of color #68424A: hue angle of 347.37º 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 #68424A is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 66 74 -
CMYK 0 0.37 0.29 0.59
HSL 347.37º 0.22% 0.33% -
HSV(B) 347.37º 0.37% 0.41% -
XYZ 8.89 7.33 7.43 -
YUV 78.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 104 66 74 0 0.37 0.29 0.59 347.37 0.22 0.33
Hex 68 42 4A 0 25 1D 3B 15B 16 21
Octal 150 102 112 0 45 35 73 533 26 41
Binary 1101000 1000010 1001010 0 100101 11101 111011 101011011 10110 100001

Color Harmonies of #68424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68424A

Black with #68424A

Text Example


Text Example

White with #68424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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