#6A324B

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

Shades of Tawny Port #6A324B

Tints of Tawny Port #6A324B

Color information

#6A324B (or 0x6A324B) is unknown color: approx Tawny Port. HEX triplet: 6A, 32 and 4B. RGB value is (106,50,75). Sum of RGB (Red+Green+Blue) = 106+50+75=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A324B is #95CDB4. Grayscale: #454545. Windows color (decimal): -9817525 or 4928106. OLE color: 4928106.

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

Color convert

RGB1065075-
CMYK00.530.290.58
HSL333.21º35.9%30.59%-
HSV(B)333.21º52.83%41.57%-
XYZ8.355.857.35-
YUV69.59131.05153.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=45.89%
G=21.65%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106507500.530.290.58333.2135.930.59
Hex6A324B0351D3A14d241f
Octal1526211306535725154437
Binary1101010110010100101101101011110111101010100110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,50,75); }

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

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

 a { background-color: rgb(106,50,75); }

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

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

 span { border-color: rgb(106,50,75); }

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