#6B384D

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

Shades of Tawny Port #6B384D

Tints of Tawny Port #6B384D

Color information

#6B384D (or 0x6B384D) is unknown color: approx Tawny Port. HEX triplet: 6B, 38 and 4D. RGB value is (107,56,77). Sum of RGB (Red+Green+Blue) = 107+56+77=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B384D is #94C7B2. Grayscale: #494949. Windows color (decimal): -9750451 or 5060715. OLE color: 5060715.

HSL color Cylindrical-coordinate representation of color #6B384D: hue angle of 335.29º degrees, saturation: 0.31, 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 #6B384D is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1075677-
CMYK00.480.280.58
HSL335.29º31.29%31.96%-
HSV(B)335.29º47.66%41.96%-
XYZ8.826.497.81-
YUV73.64129.9151.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.58%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=44.58%
G=23.33%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107567700.480.280.58335.2931.2931.96
Hex6B384D0301C3A14f1f20
Octal1537011506034725173740
Binary1101011111000100110101100001110011101010100111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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