#6B354E

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

Shades of Tawny Port #6B354E

Tints of Tawny Port #6B354E

Color information

#6B354E (or 0x6B354E) is unknown color: approx Tawny Port. HEX triplet: 6B, 35 and 4E. RGB value is (107,53,78). Sum of RGB (Red+Green+Blue) = 107+53+78=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B354E is #94CAB1. Grayscale: #474747. Windows color (decimal): -9751218 or 5125483. OLE color: 5125483.

HSL color Cylindrical-coordinate representation of color #6B354E: hue angle of 332.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B354E is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1075378-
CMYK00.500.270.58
HSL332.22º33.75%31.37%-
HSV(B)332.22º50.47%41.96%-
XYZ8.716.227.95-
YUV72131.39152.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=44.96%
G=22.27%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107537800.500.270.58332.2233.7531.37
Hex6B354E0321B3A14c221f
Octal1536511606233725144237
Binary1101011110101100111001100101101111101010100110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,53,78); }

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

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

 a { background-color: rgb(107,53,78); }

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

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

 span { border-color: rgb(107,53,78); }

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