Html Css Color HEX #693F49 Tawny Port

📋 copy color: '#693F49'

red 105 ◦ green 63 ◦ blue 73

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

Shades of Tawny Port #693F49

Tints of Tawny Port #693F49

RGB

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

 GREEN value IS 63 (25% from 255) = 26.14%

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

R = 43.57%
G = 26.14%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#693F49 (or 0x693F49) is known color: Tawny Port. HEX triplet: 69, 3F and 49. RGB value is (105,63,73). Sum of RGB (Red+Green+Blue) = 105+63+73=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #693F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F49 is #96C0B6. Grayscale: #4C4C4C. Windows color (decimal): -9879735 or 4800361. OLE color: 4800361.

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

Color convert

RGB 105 63 73 -
CMYK 0 0.4 0.30 0.59
HSL 345.71º 0.25% 0.33% -
HSV(B) 345.71º 0.4% 0.41% -
XYZ 8.81 7.04 7.2 -
YUV 76.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 105 63 73 0 0.4 0.30 0.59 345.71 0.25 0.33
Hex 69 3F 49 0 28 1E 3B 15A 19 21
Octal 151 77 111 0 50 36 73 532 31 41
Binary 1101001 111111 1001001 0 101000 11110 111011 101011010 11001 100001

Color Harmonies of #693F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F49

Black with #693F49

Text Example


Text Example

White with #693F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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