#6C3A4B

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

Shades of Tawny Port #6C3A4B

Tints of Tawny Port #6C3A4B

Color information

#6C3A4B (or 0x6C3A4B) is unknown color: approx Tawny Port. HEX triplet: 6C, 3A and 4B. RGB value is (108,58,75). Sum of RGB (Red+Green+Blue) = 108+58+75=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3A4B is #93C5B4. Grayscale: #4A4A4A. Windows color (decimal): -9684405 or 4930156. OLE color: 4930156.

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

Color convert

RGB1085875-
CMYK00.460.310.58
HSL339.6º30.12%32.55%-
HSV(B)339.6º46.3%42.35%-
XYZ8.976.727.48-
YUV74.89128.06151.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.81%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=44.81%
G=24.07%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108587500.460.310.58339.630.1232.55
Hex6C3A4B02E1F3A1541e21
Octal1547211305637725243641
Binary1101100111010100101101011101111111101010101010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,58,75); }

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

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

 a { background-color: rgb(108,58,75); }

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

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

 span { border-color: rgb(108,58,75); }

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