#68374B

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

Shades of Tawny Port #68374B

Tints of Tawny Port #68374B

Color information

#68374B (or 0x68374B) is unknown color: approx Tawny Port. HEX triplet: 68, 37 and 4B. RGB value is (104,55,75). Sum of RGB (Red+Green+Blue) = 104+55+75=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68374B is #97C8B4. Grayscale: #474747. Windows color (decimal): -9947317 or 4929384. OLE color: 4929384.

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

Color convert

RGB1045575-
CMYK00.470.280.59
HSL335.51º30.82%31.18%-
HSV(B)335.51º47.12%40.78%-
XYZ8.356.187.41-
YUV71.93129.73150.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=44.44%
G=23.50%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104557500.470.280.59335.5130.8231.18
Hex68374B02F1C3B1501f1f
Octal1506711305734735203737
Binary110100011011110010110101111111001110111010100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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