#6F3A48

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

Shades of Tawny Port #6F3A48

Tints of Tawny Port #6F3A48

Color information

#6F3A48 (or 0x6F3A48) is unknown color: approx Tawny Port. HEX triplet: 6F, 3A and 48. RGB value is (111,58,72). Sum of RGB (Red+Green+Blue) = 111+58+72=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A48 is #90C5B7. Grayscale: #4B4B4B. Windows color (decimal): -9487800 or 4733551. OLE color: 4733551.

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

Color convert

RGB1115872-
CMYK00.480.350.56
HSL344.15º31.36%33.14%-
HSV(B)344.15º47.75%43.53%-
XYZ9.246.876.97-
YUV75.44126.06153.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=46.06%
G=24.07%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111587200.480.350.56344.1531.3633.14
Hex6F3A4803023381581f21
Octal1577211006043705303741
Binary11011111110101001000011000010001111100010101100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,58,72); }

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

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

 a { background-color: rgb(111,58,72); }

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

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

 span { border-color: rgb(111,58,72); }

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