#6B384C

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

Shades of Tawny Port #6B384C

Tints of Tawny Port #6B384C

Color information

#6B384C (or 0x6B384C) is unknown color: approx Tawny Port. HEX triplet: 6B, 38 and 4C. RGB value is (107,56,76). Sum of RGB (Red+Green+Blue) = 107+56+76=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B384C is #94C7B3. Grayscale: #494949. Windows color (decimal): -9750452 or 4995179. OLE color: 4995179.

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

Color convert

RGB1075676-
CMYK00.480.290.58
HSL336.47º31.29%31.96%-
HSV(B)336.47º47.66%41.96%-
XYZ8.786.487.62-
YUV73.53129.4151.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=44.77%
G=23.43%
B=31.80%

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
Decimal107567600.480.290.58336.4731.2931.96
Hex6B384C0301D3A1501f20
Octal1537011406035725203740
Binary1101011111000100110001100001110111101010101000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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