#68374F

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

Shades of Tawny Port #68374F

Tints of Tawny Port #68374F

Color information

#68374F (or 0x68374F) is unknown color: approx Tawny Port. HEX triplet: 68, 37 and 4F. RGB value is (104,55,79). Sum of RGB (Red+Green+Blue) = 104+55+79=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68374F is #97C8B0. Grayscale: #484848. Windows color (decimal): -9947313 or 5191528. OLE color: 5191528.

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

Color convert

RGB1045579-
CMYK00.470.240.59
HSL330.61º30.82%31.18%-
HSV(B)330.61º47.12%40.78%-
XYZ8.496.248.15-
YUV72.39131.73150.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=43.70%
G=23.11%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104557900.470.240.59330.6130.8231.18
Hex68374F02F183B14b1f1f
Octal1506711705730735133737
Binary110100011011110011110101111110001110111010010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68374F;
 }
 .AnyTagClassName
 {
   color: #68374F;
 }
</style>
background-color css

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

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

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

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

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

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