#68364F

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

Shades of Tawny Port #68364F

Tints of Tawny Port #68364F

Color information

#68364F (or 0x68364F) is unknown color: approx Tawny Port. HEX triplet: 68, 36 and 4F. RGB value is (104,54,79). Sum of RGB (Red+Green+Blue) = 104+54+79=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68364F is #97C9B0. Grayscale: #474747. Windows color (decimal): -9947569 or 5191272. OLE color: 5191272.

HSL color Cylindrical-coordinate representation of color #68364F: hue angle of 330º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68364F is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1045479-
CMYK00.480.240.59
HSL330º31.65%30.98%-
HSV(B)330º48.08%40.78%-
XYZ8.446.158.14-
YUV71.8132.06150.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=43.88%
G=22.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104547900.480.240.5933031.6530.98
Hex68364F030183B14a201f
Octal1506611706030735124037
Binary1101000110110100111101100001100011101110100101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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