#6F414B

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

Shades of Tawny Port #6F414B

Tints of Tawny Port #6F414B

Color information

#6F414B (or 0x6F414B) is unknown color: approx Tawny Port. HEX triplet: 6F, 41 and 4B. RGB value is (111,65,75). Sum of RGB (Red+Green+Blue) = 111+65+75=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F414B is #90BEB4. Grayscale: #4F4F4F. Windows color (decimal): -9486005 or 4931951. OLE color: 4931951.

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

Color convert

RGB1116575-
CMYK00.410.320.56
HSL346.96º26.14%34.51%-
HSV(B)346.96º41.44%43.53%-
XYZ9.727.677.62-
YUV79.89125.24150.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=44.22%
G=25.90%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111657500.410.320.56346.9626.1434.51
Hex6F414B029203815b1a23
Octal15710111305140705333243
Binary110111110000011001011010100110000011100010101101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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