Html Css Color HEX #68384D Tawny Port

📋 copy color: '#68384D'

red 104 ◦ green 56 ◦ blue 77

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

Shades of Tawny Port #68384D

Tints of Tawny Port #68384D

RGB

 RED value IS 104 (41.02% from 255) = 43.88%

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 43.88%
G = 23.63%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68384D (or 0x68384D) is known color: Tawny Port. HEX triplet: 68, 38 and 4D. RGB value is (104,56,77). Sum of RGB (Red+Green+Blue) = 104+56+77=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68384D is #97C7B2. Grayscale: #484848. Windows color (decimal): -9947059 or 5060712. OLE color: 5060712.

HSL color Cylindrical-coordinate representation of color #68384D: hue angle of 333.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68384D is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 56 77 -
CMYK 0 0.46 0.26 0.59
HSL 333.75º 0.3% 0.31% -
HSV(B) 333.75º 0.46% 0.41% -
XYZ 8.46 6.31 7.79 -
YUV 72.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 104 56 77 0 0.46 0.26 0.59 333.75 0.3 0.31
Hex 68 38 4D 0 2E 1A 3B 14E 1E 1F
Octal 150 70 115 0 56 32 73 516 36 37
Binary 1101000 111000 1001101 0 101110 11010 111011 101001110 11110 11111

Color Harmonies of #68384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68384D

Black with #68384D

Text Example


Text Example

White with #68384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68384D; }

 p { color: rgb(104,56,77); }

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

background-color css

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

 a { background-color: rgb(104,56,77); }

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

border-color css

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

 span { border-color: rgb(104,56,77); }

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