Html Css Color HEX #694049 Tawny Port

📋 copy color: '#694049'

red 105 ◦ green 64 ◦ blue 73

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

Shades of Tawny Port #694049

Tints of Tawny Port #694049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

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

R = 43.39%
G = 26.45%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#694049 (or 0x694049) is known color: Tawny Port. HEX triplet: 69, 40 and 49. RGB value is (105,64,73). Sum of RGB (Red+Green+Blue) = 105+64+73=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #694049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694049 is #96BFB6. Grayscale: #4D4D4D. Windows color (decimal): -9879479 or 4800617. OLE color: 4800617.

HSL color Cylindrical-coordinate representation of color #694049: hue angle of 346.83º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #694049 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 64 73 -
CMYK 0 0.39 0.30 0.59
HSL 346.83º 0.24% 0.33% -
HSV(B) 346.83º 0.39% 0.41% -
XYZ 8.86 7.15 7.22 -
YUV 77.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 105 64 73 0 0.39 0.30 0.59 346.83 0.24 0.33
Hex 69 40 49 0 27 1E 3B 15B 18 21
Octal 151 100 111 0 47 36 73 533 30 41
Binary 1101001 1000000 1001001 0 100111 11110 111011 101011011 11000 100001

Color Harmonies of #694049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694049

Black with #694049

Text Example


Text Example

White with #694049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694049; }

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

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

background-color css

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

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

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

border-color css

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

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

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