Html Css Color HEX #68364E Tawny Port

📋 copy color: '#68364E'

red 104 ◦ green 54 ◦ blue 78

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

Shades of Tawny Port #68364E

Tints of Tawny Port #68364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

 BLUE value IS 78 (30.86% from 255) = 33.05%

R = 44.07%
G = 22.88%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68364E (or 0x68364E) is known color: Tawny Port. HEX triplet: 68, 36 and 4E. RGB value is (104,54,78). Sum of RGB (Red+Green+Blue) = 104+54+78=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68364E is #97C9B1. Grayscale: #474747. Windows color (decimal): -9947570 or 5125736. OLE color: 5125736.

HSL color Cylindrical-coordinate representation of color #68364E: hue angle of 331.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68364E is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 54 78 -
CMYK 0 0.48 0.25 0.59
HSL 331.2º 0.32% 0.31% -
HSV(B) 331.2º 0.48% 0.41% -
XYZ 8.4 6.13 7.95 -
YUV 71.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 104 54 78 0 0.48 0.25 0.59 331.2 0.32 0.31
Hex 68 36 4E 0 30 19 3B 14B 20 1F
Octal 150 66 116 0 60 31 73 513 40 37
Binary 1101000 110110 1001110 0 110000 11001 111011 101001011 100000 11111

Color Harmonies of #68364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68364E

Black with #68364E

Text Example


Text Example

White with #68364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68364E; }

 p { color: rgb(104,54,78); }

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

background-color css

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

 a { background-color: rgb(104,54,78); }

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

border-color css

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

 span { border-color: rgb(104,54,78); }

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