#6B354F

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

Shades of Tawny Port #6B354F

Tints of Tawny Port #6B354F

Color information

#6B354F (or 0x6B354F) is unknown color: approx Tawny Port. HEX triplet: 6B, 35 and 4F. RGB value is (107,53,79). Sum of RGB (Red+Green+Blue) = 107+53+79=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B354F is #94CAB0. Grayscale: #484848. Windows color (decimal): -9751217 or 5191019. OLE color: 5191019.

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

Color convert

RGB1075379-
CMYK00.500.260.58
HSL331.11º33.75%31.37%-
HSV(B)331.11º50.47%41.96%-
XYZ8.756.248.14-
YUV72.11131.89152.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=44.77%
G=22.18%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107537900.500.260.58331.1133.7531.37
Hex6B354F0321A3A14b221f
Octal1536511706232725134237
Binary1101011110101100111101100101101011101010100101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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