Html Css Color HEX #693D4B Tawny Port

📋 copy color: '#693D4B'

red 105 ◦ green 61 ◦ blue 75

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

Shades of Tawny Port #693D4B

Tints of Tawny Port #693D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.31%

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 43.57%
G = 25.31%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#693D4B (or 0x693D4B) is known color: Tawny Port. HEX triplet: 69, 3D and 4B. RGB value is (105,61,75). Sum of RGB (Red+Green+Blue) = 105+61+75=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #693D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D4B is #96C2B4. Grayscale: #4B4B4B. Windows color (decimal): -9880245 or 4930921. OLE color: 4930921.

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

Color convert

RGB 105 61 75 -
CMYK 0 0.42 0.29 0.59
HSL 340.91º 0.27% 0.33% -
HSV(B) 340.91º 0.42% 0.41% -
XYZ 8.76 6.85 7.52 -
YUV 75.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 105 61 75 0 0.42 0.29 0.59 340.91 0.27 0.33
Hex 69 3D 4B 0 2A 1D 3B 155 1B 21
Octal 151 75 113 0 52 35 73 525 33 41
Binary 1101001 111101 1001011 0 101010 11101 111011 101010101 11011 100001

Color Harmonies of #693D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D4B

Black with #693D4B

Text Example


Text Example

White with #693D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,61,75); }

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

background-color css

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

 a { background-color: rgb(105,61,75); }

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

border-color css

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

 span { border-color: rgb(105,61,75); }

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