#6B364D

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

Shades of Tawny Port #6B364D

Tints of Tawny Port #6B364D

Color information

#6B364D (or 0x6B364D) is unknown color: approx Tawny Port. HEX triplet: 6B, 36 and 4D. RGB value is (107,54,77). Sum of RGB (Red+Green+Blue) = 107+54+77=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B364D is #94C9B2. Grayscale: #484848. Windows color (decimal): -9750963 or 5060203. OLE color: 5060203.

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

Color convert

RGB1075477-
CMYK00.500.280.58
HSL333.96º32.92%31.57%-
HSV(B)333.96º49.53%41.96%-
XYZ8.726.37.78-
YUV72.47130.56152.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=44.96%
G=22.69%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107547700.500.280.58333.9632.9231.57
Hex6B364D0321C3A14e2120
Octal1536611506234725164140
Binary11010111101101001101011001011100111010101001110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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