#6B3A4B

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

Shades of Tawny Port #6B3A4B

Tints of Tawny Port #6B3A4B

Color information

#6B3A4B (or 0x6B3A4B) is unknown color: approx Tawny Port. HEX triplet: 6B, 3A and 4B. RGB value is (107,58,75). Sum of RGB (Red+Green+Blue) = 107+58+75=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3A4B is #94C5B4. Grayscale: #4A4A4A. Windows color (decimal): -9749941 or 4930155. OLE color: 4930155.

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

Color convert

RGB1075875-
CMYK00.460.300.58
HSL339.18º29.7%32.35%-
HSV(B)339.18º45.79%41.96%-
XYZ8.856.667.48-
YUV74.59128.23151.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.58%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=44.58%
G=24.17%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107587500.460.300.58339.1829.732.35
Hex6B3A4B02E1E3A1531e20
Octal1537211305636725233640
Binary1101011111010100101101011101111011101010101001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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