#6F384C

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

Shades of Tawny Port #6F384C

Tints of Tawny Port #6F384C

Color information

#6F384C (or 0x6F384C) is unknown color: approx Tawny Port. HEX triplet: 6F, 38 and 4C. RGB value is (111,56,76). Sum of RGB (Red+Green+Blue) = 111+56+76=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F384C is #90C7B3. Grayscale: #4A4A4A. Windows color (decimal): -9488308 or 4995183. OLE color: 4995183.

HSL color Cylindrical-coordinate representation of color #6F384C: hue angle of 338.18º degrees, saturation: 0.33, 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 #6F384C is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1115676-
CMYK00.500.320.56
HSL338.18º32.93%32.75%-
HSV(B)338.18º49.55%43.53%-
XYZ9.276.737.65-
YUV74.73128.72153.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.68%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=45.68%
G=23.05%
B=31.28%

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
Decimal111567600.500.320.56338.1832.9332.75
Hex6F384C03220381522121
Octal1577011406240705224141
Binary110111111100010011000110010100000111000101010010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,56,76); }

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

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

 a { background-color: rgb(111,56,76); }

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

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

 span { border-color: rgb(111,56,76); }

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