Html Css Color HEX #694149 Tawny Port

📋 copy color: '#694149'

red 105 ◦ green 65 ◦ blue 73

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

Shades of Tawny Port #694149

Tints of Tawny Port #694149

RGB

 RED value IS 105 (41.41% from 255) = 43.21%

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

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 43.21%
G = 26.75%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#694149 (or 0x694149) is known color: Tawny Port. HEX triplet: 69, 41 and 49. RGB value is (105,65,73). Sum of RGB (Red+Green+Blue) = 105+65+73=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #694149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694149 is #96BEB6. Grayscale: #4D4D4D. Windows color (decimal): -9879223 or 4800873. OLE color: 4800873.

HSL color Cylindrical-coordinate representation of color #694149: hue angle of 348º degrees, saturation: 0.24, 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 #694149 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 65 73 -
CMYK 0 0.38 0.30 0.59
HSL 348º 0.24% 0.33% -
HSV(B) 348º 0.38% 0.41% -
XYZ 8.92 7.26 7.24 -
YUV 77.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 105 65 73 0 0.38 0.30 0.59 348 0.24 0.33
Hex 69 41 49 0 26 1E 3B 15C 18 21
Octal 151 101 111 0 46 36 73 534 30 41
Binary 1101001 1000001 1001001 0 100110 11110 111011 101011100 11000 100001

Color Harmonies of #694149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694149

Black with #694149

Text Example


Text Example

White with #694149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694149; }

 p { color: rgb(105,65,73); }

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

background-color css

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

 a { background-color: rgb(105,65,73); }

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

border-color css

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

 span { border-color: rgb(105,65,73); }

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