#6F3345

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

Shades of Tawny Port #6F3345

Tints of Tawny Port #6F3345

Color information

#6F3345 (or 0x6F3345) is unknown color: approx Tawny Port. HEX triplet: 6F, 33 and 45. RGB value is (111,51,69). Sum of RGB (Red+Green+Blue) = 111+51+69=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3345 is #90CCBA. Grayscale: #464646. Windows color (decimal): -9489595 or 4535151. OLE color: 4535151.

HSL color Cylindrical-coordinate representation of color #6F3345: hue angle of 342º 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 #6F3345 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1115169-
CMYK00.540.380.56
HSL342º37.04%31.76%-
HSV(B)342º54.05%43.53%-
XYZ8.816.186.36-
YUV70.99126.88156.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=48.05%
G=22.08%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111516900.540.380.5634237.0431.76
Hex6F334503626381562520
Octal1576310506646705264540
Binary110111111001110001010110110100110111000101010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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