#6A354F

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

Shades of Tawny Port #6A354F

Tints of Tawny Port #6A354F

Color information

#6A354F (or 0x6A354F) is unknown color: approx Tawny Port. HEX triplet: 6A, 35 and 4F. RGB value is (106,53,79). Sum of RGB (Red+Green+Blue) = 106+53+79=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 106 - color contains mainly: red. Hex color #6A354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A354F is #95CAB0. Grayscale: #474747. Windows color (decimal): -9816753 or 5191018. OLE color: 5191018.

HSL color Cylindrical-coordinate representation of color #6A354F: hue angle of 330.57º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A354F is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB1065379-
CMYK00.50.250.58
HSL330.57º33.33%31.18%-
HSV(B)330.57º50%41.57%-
XYZ8.636.178.13-
YUV71.81132.06152.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.54%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=44.54%
G=22.27%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106537900.50.250.58330.5733.3331.18
Hex6A354F032193A14b211f
Octal1526511706231725134137
Binary1101010110101100111101100101100111101010100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,53,79); }

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

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

 a { background-color: rgb(106,53,79); }

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

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

 span { border-color: rgb(106,53,79); }

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