Html Css Color HEX #693F48 Tawny Port

📋 copy color: '#693F48'

red 105 ◦ green 63 ◦ blue 72

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

Shades of Tawny Port #693F48

Tints of Tawny Port #693F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30%

R = 43.75%
G = 26.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#693F48 (or 0x693F48) is known color: Tawny Port. HEX triplet: 69, 3F and 48. RGB value is (105,63,72). Sum of RGB (Red+Green+Blue) = 105+63+72=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #693F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F48 is #96C0B7. Grayscale: #4C4C4C. Windows color (decimal): -9879736 or 4734825. OLE color: 4734825.

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

Color convert

RGB 105 63 72 -
CMYK 0 0.4 0.31 0.59
HSL 347.14º 0.25% 0.33% -
HSV(B) 347.14º 0.4% 0.41% -
XYZ 8.77 7.03 7.02 -
YUV 76.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 105 63 72 0 0.4 0.31 0.59 347.14 0.25 0.33
Hex 69 3F 48 0 28 1F 3B 15B 19 21
Octal 151 77 110 0 50 37 73 533 31 41
Binary 1101001 111111 1001000 0 101000 11111 111011 101011011 11001 100001

Color Harmonies of #693F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F48

Black with #693F48

Text Example


Text Example

White with #693F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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