#6A314C

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

Shades of Tawny Port #6A314C

Tints of Tawny Port #6A314C

Color information

#6A314C (or 0x6A314C) is unknown color: approx Tawny Port. HEX triplet: 6A, 31 and 4C. RGB value is (106,49,76). Sum of RGB (Red+Green+Blue) = 106+49+76=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A314C is #95CEB3. Grayscale: #454545. Windows color (decimal): -9817780 or 4993386. OLE color: 4993386.

HSL color Cylindrical-coordinate representation of color #6A314C: hue angle of 331.58º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A314C is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1064976-
CMYK00.540.280.58
HSL331.58º36.77%30.39%-
HSV(B)331.58º53.77%41.57%-
XYZ8.355.787.51-
YUV69.12131.88154.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=45.89%
G=21.21%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106497600.540.280.58331.5836.7730.39
Hex6A314C0361C3A14c251e
Octal1526111406634725144536
Binary1101010110001100110001101101110011101010100110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A314C; }

 p { color: rgb(106,49,76); }

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

<style>
 a { background-color: #6A314C; }

 a { background-color: rgb(106,49,76); }

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

<style>
 span { border-color: #6A314C; }

 span { border-color: rgb(106,49,76); }

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