#6A3C4B

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

Shades of Tawny Port #6A3C4B

Tints of Tawny Port #6A3C4B

Color information

#6A3C4B (or 0x6A3C4B) is unknown color: approx Tawny Port. HEX triplet: 6A, 3C and 4B. RGB value is (106,60,75). Sum of RGB (Red+Green+Blue) = 106+60+75=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3C4B is #95C3B4. Grayscale: #4B4B4B. Windows color (decimal): -9814965 or 4930666. OLE color: 4930666.

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

Color convert

RGB1066075-
CMYK00.430.290.58
HSL340.43º27.71%32.55%-
HSV(B)340.43º43.4%41.57%-
XYZ8.836.87.5-
YUV75.46127.74149.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.98%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=43.98%
G=24.90%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106607500.430.290.58340.4327.7132.55
Hex6A3C4B02B1D3A1541c21
Octal1527411305335725243441
Binary1101010111100100101101010111110111101010101010011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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