Html Css Color HEX #68414A Tawny Port

📋 copy color: '#68414A'

red 104 ◦ green 65 ◦ blue 74

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

Shades of Tawny Port #68414A

Tints of Tawny Port #68414A

RGB

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

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

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

R = 42.8%
G = 26.75%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68414A (or 0x68414A) is known color: Tawny Port. HEX triplet: 68, 41 and 4A. RGB value is (104,65,74). Sum of RGB (Red+Green+Blue) = 104+65+74=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #68414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68414A is #97BEB5. Grayscale: #4D4D4D. Windows color (decimal): -9944758 or 4866408. OLE color: 4866408.

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

Color convert

RGB 104 65 74 -
CMYK 0 0.38 0.29 0.59
HSL 346.15º 0.23% 0.33% -
HSV(B) 346.15º 0.38% 0.41% -
XYZ 8.84 7.22 7.41 -
YUV 77.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 104 65 74 0 0.38 0.29 0.59 346.15 0.23 0.33
Hex 68 41 4A 0 26 1D 3B 15A 17 21
Octal 150 101 112 0 46 35 73 532 27 41
Binary 1101000 1000001 1001010 0 100110 11101 111011 101011010 10111 100001

Color Harmonies of #68414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68414A

Black with #68414A

Text Example


Text Example

White with #68414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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