#6B3C46

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

Shades of Tawny Port #6B3C46

Tints of Tawny Port #6B3C46

Color information

#6B3C46 (or 0x6B3C46) is unknown color: approx Tawny Port. HEX triplet: 6B, 3C and 46. RGB value is (107,60,70). Sum of RGB (Red+Green+Blue) = 107+60+70=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C46 is #94C3B9. Grayscale: #4B4B4B. Windows color (decimal): -9749434 or 4602987. OLE color: 4602987.

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

Color convert

RGB1076070-
CMYK00.440.350.58
HSL347.23º28.14%32.75%-
HSV(B)347.23º43.93%41.96%-
XYZ8.786.86.64-
YUV75.19125.07150.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.15%
GREEN value IS 60 (23.83% from 255) = 25.32%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=45.15%
G=25.32%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107607000.440.350.58347.2328.1432.75
Hex6B3C4602C233A15b1c21
Octal1537410605443725333441
Binary11010111111001000110010110010001111101010101101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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