Html Css Color HEX #693146 Tawny Port

📋 copy color: '#693146'

red 105 ◦ green 49 ◦ blue 70

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

Shades of Tawny Port #693146

Tints of Tawny Port #693146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 46.88%
G = 21.88%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#693146 (or 0x693146) is known color: Tawny Port. HEX triplet: 69, 31 and 46. RGB value is (105,49,70). Sum of RGB (Red+Green+Blue) = 105+49+70=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #693146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693146 is #96CEB9. Grayscale: #444444. Windows color (decimal): -9883322 or 4600169. OLE color: 4600169.

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

Color convert

RGB 105 49 70 -
CMYK 0 0.53 0.33 0.59
HSL 337.5º 0.36% 0.3% -
HSV(B) 337.5º 0.53% 0.41% -
XYZ 8.03 5.64 6.46 -
YUV 68.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 105 49 70 0 0.53 0.33 0.59 337.5 0.36 0.3
Hex 69 31 46 0 35 21 3B 152 24 1E
Octal 151 61 106 0 65 41 73 522 44 36
Binary 1101001 110001 1000110 0 110101 100001 111011 101010010 100100 11110

Color Harmonies of #693146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693146

Black with #693146

Text Example


Text Example

White with #693146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693146; }

 p { color: rgb(105,49,70); }

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

background-color css

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

 a { background-color: rgb(105,49,70); }

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

border-color css

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

 span { border-color: rgb(105,49,70); }

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