#6F3344

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

Shades of Tawny Port #6F3344

Tints of Tawny Port #6F3344

Color information

#6F3344 (or 0x6F3344) is unknown color: approx Tawny Port. HEX triplet: 6F, 33 and 44. RGB value is (111,51,68). Sum of RGB (Red+Green+Blue) = 111+51+68=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3344 is #90CCBB. Grayscale: #464646. Windows color (decimal): -9489596 or 4469615. OLE color: 4469615.

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

Color convert

RGB1115168-
CMYK00.540.390.56
HSL343º37.04%31.76%-
HSV(B)343º54.05%43.53%-
XYZ8.786.166.2-
YUV70.88126.38156.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=48.26%
G=22.17%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111516800.540.390.5634337.0431.76
Hex6F334403627381572520
Octal1576310406647705274540
Binary110111111001110001000110110100111111000101010111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,68); }

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

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

 a { background-color: rgb(111,51,68); }

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

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

 span { border-color: rgb(111,51,68); }

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