#6A384D

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

Shades of Tawny Port #6A384D

Tints of Tawny Port #6A384D

Color information

#6A384D (or 0x6A384D) is unknown color: approx Tawny Port. HEX triplet: 6A, 38 and 4D. RGB value is (106,56,77). Sum of RGB (Red+Green+Blue) = 106+56+77=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A384D is #95C7B2. Grayscale: #494949. Windows color (decimal): -9815987 or 5060714. OLE color: 5060714.

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

Color convert

RGB1065677-
CMYK00.470.270.58
HSL334.8º30.86%31.76%-
HSV(B)334.8º47.17%41.57%-
XYZ8.76.437.8-
YUV73.34130.06151.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.35%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=44.35%
G=23.43%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106567700.470.270.58334.830.8631.76
Hex6A384D02F1B3A14f1f20
Octal1527011505733725173740
Binary1101010111000100110101011111101111101010100111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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