#6B3A46

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

Shades of Tawny Port #6B3A46

Tints of Tawny Port #6B3A46

Color information

#6B3A46 (or 0x6B3A46) is unknown color: approx Tawny Port. HEX triplet: 6B, 3A and 46. RGB value is (107,58,70). Sum of RGB (Red+Green+Blue) = 107+58+70=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3A46 is #94C5B9. Grayscale: #4A4A4A. Windows color (decimal): -9749946 or 4602475. OLE color: 4602475.

HSL color Cylindrical-coordinate representation of color #6B3A46: hue angle of 345.31º 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 #6B3A46 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB1075870-
CMYK00.460.350.58
HSL345.31º29.7%32.35%-
HSV(B)345.31º45.79%41.96%-
XYZ8.686.596.61-
YUV74.02125.73151.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.53%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=45.53%
G=24.68%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107587000.460.350.58345.3129.732.35
Hex6B3A4602E233A1591e20
Octal1537210605643725313640
Binary11010111110101000110010111010001111101010101100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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