#6F364B

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

Shades of Tawny Port #6F364B

Tints of Tawny Port #6F364B

Color information

#6F364B (or 0x6F364B) is unknown color: approx Tawny Port. HEX triplet: 6F, 36 and 4B. RGB value is (111,54,75). Sum of RGB (Red+Green+Blue) = 111+54+75=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F364B is #90C9B4. Grayscale: #494949. Windows color (decimal): -9488821 or 4929135. OLE color: 4929135.

HSL color Cylindrical-coordinate representation of color #6F364B: hue angle of 337.89º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F364B is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1115475-
CMYK00.510.320.56
HSL337.89º34.55%32.35%-
HSV(B)337.89º51.35%43.53%-
XYZ9.146.537.43-
YUV73.44128.88154.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=46.25%
G=22.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111547500.510.320.56337.8934.5532.35
Hex6F364B03320381522320
Octal1576611306340705224340
Binary110111111011010010110110011100000111000101010010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,54,75); }

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

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

 a { background-color: rgb(111,54,75); }

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

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

 span { border-color: rgb(111,54,75); }

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