Html Css Color HEX #68364C Tawny Port

📋 copy color: '#68364C'

red 104 ◦ green 54 ◦ blue 76

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

Shades of Tawny Port #68364C

Tints of Tawny Port #68364C

RGB

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

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

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

R = 44.44%
G = 23.08%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68364C (or 0x68364C) is known color: Tawny Port. HEX triplet: 68, 36 and 4C. RGB value is (104,54,76). Sum of RGB (Red+Green+Blue) = 104+54+76=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68364C is #97C9B3. Grayscale: #474747. Windows color (decimal): -9947572 or 4994664. OLE color: 4994664.

HSL color Cylindrical-coordinate representation of color #68364C: hue angle of 333.6º 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 #68364C is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 54 76 -
CMYK 0 0.48 0.27 0.59
HSL 333.6º 0.32% 0.31% -
HSV(B) 333.6º 0.48% 0.41% -
XYZ 8.33 6.1 7.58 -
YUV 71.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 104 54 76 0 0.48 0.27 0.59 333.6 0.32 0.31
Hex 68 36 4C 0 30 1B 3B 14E 20 1F
Octal 150 66 114 0 60 33 73 516 40 37
Binary 1101000 110110 1001100 0 110000 11011 111011 101001110 100000 11111

Color Harmonies of #68364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68364C

Black with #68364C

Text Example


Text Example

White with #68364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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