#6F374B

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

Shades of Tawny Port #6F374B

Tints of Tawny Port #6F374B

Color information

#6F374B (or 0x6F374B) is unknown color: approx Tawny Port. HEX triplet: 6F, 37 and 4B. RGB value is (111,55,75). Sum of RGB (Red+Green+Blue) = 111+55+75=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F374B is #90C8B4. Grayscale: #4A4A4A. Windows color (decimal): -9488565 or 4929391. OLE color: 4929391.

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

Color convert

RGB1115575-
CMYK00.500.320.56
HSL338.57º33.73%32.55%-
HSV(B)338.57º50.45%43.53%-
XYZ9.196.627.45-
YUV74.02128.55154.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=46.06%
G=22.82%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111557500.500.320.56338.5733.7332.55
Hex6F374B03220381532221
Octal1576711306240705234241
Binary110111111011110010110110010100000111000101010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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