Html Css Color HEX #68374D Tawny Port

📋 copy color: '#68374D'

red 104 ◦ green 55 ◦ blue 77

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

Shades of Tawny Port #68374D

Tints of Tawny Port #68374D

RGB

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

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

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

R = 44.07%
G = 23.31%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68374D (or 0x68374D) is known color: Tawny Port. HEX triplet: 68, 37 and 4D. RGB value is (104,55,77). Sum of RGB (Red+Green+Blue) = 104+55+77=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68374D is #97C8B2. Grayscale: #484848. Windows color (decimal): -9947315 or 5060456. OLE color: 5060456.

HSL color Cylindrical-coordinate representation of color #68374D: hue angle of 333.06º 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 #68374D is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 55 77 -
CMYK 0 0.47 0.26 0.59
HSL 333.06º 0.31% 0.31% -
HSV(B) 333.06º 0.47% 0.41% -
XYZ 8.41 6.21 7.78 -
YUV 72.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 104 55 77 0 0.47 0.26 0.59 333.06 0.31 0.31
Hex 68 37 4D 0 2F 1A 3B 14D 1F 1F
Octal 150 67 115 0 57 32 73 515 37 37
Binary 1101000 110111 1001101 0 101111 11010 111011 101001101 11111 11111

Color Harmonies of #68374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68374D

Black with #68374D

Text Example


Text Example

White with #68374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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