Html Css Color HEX #693C4B Tawny Port

📋 copy color: '#693C4B'

red 105 ◦ green 60 ◦ blue 75

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

Shades of Tawny Port #693C4B

Tints of Tawny Port #693C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

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

R = 43.75%
G = 25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#693C4B (or 0x693C4B) is known color: Tawny Port. HEX triplet: 69, 3C and 4B. RGB value is (105,60,75). Sum of RGB (Red+Green+Blue) = 105+60+75=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #693C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C4B is #96C3B4. Grayscale: #4B4B4B. Windows color (decimal): -9880501 or 4930665. OLE color: 4930665.

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

Color convert

RGB 105 60 75 -
CMYK 0 0.43 0.29 0.59
HSL 340º 0.27% 0.32% -
HSV(B) 340º 0.43% 0.41% -
XYZ 8.71 6.74 7.5 -
YUV 75.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 105 60 75 0 0.43 0.29 0.59 340 0.27 0.32
Hex 69 3C 4B 0 2B 1D 3B 154 1B 20
Octal 151 74 113 0 53 35 73 524 33 40
Binary 1101001 111100 1001011 0 101011 11101 111011 101010100 11011 100000

Color Harmonies of #693C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C4B

Black with #693C4B

Text Example


Text Example

White with #693C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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