#6C384D

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

Shades of Tawny Port #6C384D

Tints of Tawny Port #6C384D

Color information

#6C384D (or 0x6C384D) is unknown color: approx Tawny Port. HEX triplet: 6C, 38 and 4D. RGB value is (108,56,77). Sum of RGB (Red+Green+Blue) = 108+56+77=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C384D is #93C7B2. Grayscale: #494949. Windows color (decimal): -9684915 or 5060716. OLE color: 5060716.

HSL color Cylindrical-coordinate representation of color #6C384D: hue angle of 335.77º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C384D is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1085677-
CMYK00.480.290.58
HSL335.77º31.71%32.16%-
HSV(B)335.77º48.15%42.35%-
XYZ8.946.557.81-
YUV73.94129.73152.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.81%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=44.81%
G=23.24%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108567700.480.290.58335.7731.7132.16
Hex6C384D0301D3A1502020
Octal1547011506035725204040
Binary11011001110001001101011000011101111010101010000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,56,77); }

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

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

 a { background-color: rgb(108,56,77); }

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

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

 span { border-color: rgb(108,56,77); }

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