#6B384F

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

Shades of Tawny Port #6B384F

Tints of Tawny Port #6B384F

Color information

#6B384F (or 0x6B384F) is unknown color: approx Tawny Port. HEX triplet: 6B, 38 and 4F. RGB value is (107,56,79). Sum of RGB (Red+Green+Blue) = 107+56+79=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B384F is #94C7B0. Grayscale: #494949. Windows color (decimal): -9750449 or 5191787. OLE color: 5191787.

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

Color convert

RGB1075679-
CMYK00.480.260.58
HSL332.94º31.29%31.96%-
HSV(B)332.94º47.66%41.96%-
XYZ8.896.528.19-
YUV73.87130.9151.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.21%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=44.21%
G=23.14%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107567900.480.260.58332.9431.2931.96
Hex6B384F0301A3A14d1f20
Octal1537011706032725153740
Binary1101011111000100111101100001101011101010100110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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