Html Css Color HEX #68374E Tawny Port

📋 copy color: '#68374E'

red 104 ◦ green 55 ◦ blue 78

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

Shades of Tawny Port #68374E

Tints of Tawny Port #68374E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

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

R = 43.88%
G = 23.21%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68374E (or 0x68374E) is known color: Tawny Port. HEX triplet: 68, 37 and 4E. RGB value is (104,55,78). Sum of RGB (Red+Green+Blue) = 104+55+78=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68374E is #97C8B1. Grayscale: #484848. Windows color (decimal): -9947314 or 5125992. OLE color: 5125992.

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

Color convert

RGB 104 55 78 -
CMYK 0 0.47 0.25 0.59
HSL 331.84º 0.31% 0.31% -
HSV(B) 331.84º 0.47% 0.41% -
XYZ 8.45 6.23 7.96 -
YUV 72.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 104 55 78 0 0.47 0.25 0.59 331.84 0.31 0.31
Hex 68 37 4E 0 2F 19 3B 14C 1F 1F
Octal 150 67 116 0 57 31 73 514 37 37
Binary 1101000 110111 1001110 0 101111 11001 111011 101001100 11111 11111

Color Harmonies of #68374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68374E

Black with #68374E

Text Example


Text Example

White with #68374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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