#6B364B

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

Shades of Tawny Port #6B364B

Tints of Tawny Port #6B364B

Color information

#6B364B (or 0x6B364B) is unknown color: approx Tawny Port. HEX triplet: 6B, 36 and 4B. RGB value is (107,54,75). Sum of RGB (Red+Green+Blue) = 107+54+75=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B364B is #94C9B4. Grayscale: #484848. Windows color (decimal): -9750965 or 4929131. OLE color: 4929131.

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

Color convert

RGB1075475-
CMYK00.500.300.58
HSL336.23º32.92%31.57%-
HSV(B)336.23º49.53%41.96%-
XYZ8.656.277.41-
YUV72.24129.56152.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.34%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=45.34%
G=22.88%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107547500.500.300.58336.2332.9231.57
Hex6B364B0321E3A1502120
Octal1536611306236725204140
Binary11010111101101001011011001011110111010101010000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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