Html Css Color HEX #693350 Tawny Port

📋 copy color: '#693350'

red 105 ◦ green 51 ◦ blue 80

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

Shades of Tawny Port #693350

Tints of Tawny Port #693350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 44.49%
G = 21.61%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#693350 (or 0x693350) is known color: Tawny Port. HEX triplet: 69, 33 and 50. RGB value is (105,51,80). Sum of RGB (Red+Green+Blue) = 105+51+80=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #693350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693350 is #96CCAF. Grayscale: #464646. Windows color (decimal): -9882800 or 5256041. OLE color: 5256041.

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

Color convert

RGB 105 51 80 -
CMYK 0 0.51 0.24 0.59
HSL 327.78º 0.35% 0.31% -
HSV(B) 327.78º 0.51% 0.41% -
XYZ 8.46 5.95 8.29 -
YUV 70.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 105 51 80 0 0.51 0.24 0.59 327.78 0.35 0.31
Hex 69 33 50 0 33 18 3B 148 23 1F
Octal 151 63 120 0 63 30 73 510 43 37
Binary 1101001 110011 1010000 0 110011 11000 111011 101001000 100011 11111

Color Harmonies of #693350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693350

Black with #693350

Text Example


Text Example

White with #693350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693350; }

 p { color: rgb(105,51,80); }

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

background-color css

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

 a { background-color: rgb(105,51,80); }

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

border-color css

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

 span { border-color: rgb(105,51,80); }

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