#6B334B

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

Shades of Tawny Port #6B334B

Tints of Tawny Port #6B334B

Color information

#6B334B (or 0x6B334B) is unknown color: approx Tawny Port. HEX triplet: 6B, 33 and 4B. RGB value is (107,51,75). Sum of RGB (Red+Green+Blue) = 107+51+75=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B334B is #94CCB4. Grayscale: #464646. Windows color (decimal): -9751733 or 4928363. OLE color: 4928363.

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

Color convert

RGB1075175-
CMYK00.520.300.58
HSL334.29º35.44%30.98%-
HSV(B)334.29º52.34%41.96%-
XYZ8.5267.37-
YUV70.48130.55154.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=45.92%
G=21.89%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107517500.520.300.58334.2935.4430.98
Hex6B334B0341E3A14e231f
Octal1536311306436725164337
Binary1101011110011100101101101001111011101010100111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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