Html Css Color HEX #693F4D Tawny Port

📋 copy color: '#693F4D'

red 105 ◦ green 63 ◦ blue 77

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

Shades of Tawny Port #693F4D

Tints of Tawny Port #693F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 42.86%
G = 25.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#693F4D (or 0x693F4D) is known color: Tawny Port. HEX triplet: 69, 3F and 4D. RGB value is (105,63,77). Sum of RGB (Red+Green+Blue) = 105+63+77=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #693F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F4D is #96C0B2. Grayscale: #4D4D4D. Windows color (decimal): -9879731 or 5062505. OLE color: 5062505.

HSL color Cylindrical-coordinate representation of color #693F4D: hue angle of 340º 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 #693F4D is Cyan = 0, Magento = 0.4, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 63 77 -
CMYK 0 0.4 0.27 0.59
HSL 340º 0.25% 0.33% -
HSV(B) 340º 0.4% 0.41% -
XYZ 8.94 7.09 7.92 -
YUV 77.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 105 63 77 0 0.4 0.27 0.59 340 0.25 0.33
Hex 69 3F 4D 0 28 1B 3B 154 19 21
Octal 151 77 115 0 50 33 73 524 31 41
Binary 1101001 111111 1001101 0 101000 11011 111011 101010100 11001 100001

Color Harmonies of #693F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F4D

Black with #693F4D

Text Example


Text Example

White with #693F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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