Html Css Color HEX #68344C Tawny Port

📋 copy color: '#68344C'

red 104 ◦ green 52 ◦ blue 76

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

Shades of Tawny Port #68344C

Tints of Tawny Port #68344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 44.83%
G = 22.41%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68344C (or 0x68344C) is known color: Tawny Port. HEX triplet: 68, 34 and 4C. RGB value is (104,52,76). Sum of RGB (Red+Green+Blue) = 104+52+76=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68344C is #97CBB3. Grayscale: #464646. Windows color (decimal): -9948084 or 4994152. OLE color: 4994152.

HSL color Cylindrical-coordinate representation of color #68344C: hue angle of 332.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68344C is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 76 -
CMYK 0 0.50 0.27 0.59
HSL 332.31º 0.33% 0.31% -
HSV(B) 332.31º 0.5% 0.41% -
XYZ 8.24 5.92 7.55 -
YUV 70.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 104 52 76 0 0.50 0.27 0.59 332.31 0.33 0.31
Hex 68 34 4C 0 32 1B 3B 14C 21 1F
Octal 150 64 114 0 62 33 73 514 41 37
Binary 1101000 110100 1001100 0 110010 11011 111011 101001100 100001 11111

Color Harmonies of #68344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68344C

Black with #68344C

Text Example


Text Example

White with #68344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68344C; }

 p { color: rgb(104,52,76); }

 H1.HeaderClassName
 {
   color: #68344C;
 }
 .AnyTagClassName
 {
   color: #68344C;
 }
</style>

background-color css

<style>
 a { background-color: #68344C; }

 a { background-color: rgb(104,52,76); }

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

border-color css

<style>
 span { border-color: #68344C; }

 span { border-color: rgb(104,52,76); }

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