#68374D

Color #68374D Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #68374D

Tints of Tawny Port #68374D

Color information

#68374D (or 0x68374D) is unknown color: approx 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

RGB1045577-
CMYK00.470.260.59
HSL333.06º30.82%31.18%-
HSV(B)333.06º47.12%40.78%-
XYZ8.416.217.78-
YUV72.16130.73150.71-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104557700.470.260.59333.0630.8231.18
Hex68374D02F1A3B14d1f1f
Octal1506711505732735153737
Binary110100011011110011010101111110101110111010011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>