#6B364A

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

Shades of Tawny Port #6B364A

Tints of Tawny Port #6B364A

Color information

#6B364A (or 0x6B364A) is unknown color: approx Tawny Port. HEX triplet: 6B, 36 and 4A. RGB value is (107,54,74). Sum of RGB (Red+Green+Blue) = 107+54+74=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B364A is #94C9B5. Grayscale: #484848. Windows color (decimal): -9750966 or 4863595. OLE color: 4863595.

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

Color convert

RGB1075474-
CMYK00.500.310.58
HSL337.36º32.92%31.57%-
HSV(B)337.36º49.53%41.96%-
XYZ8.626.267.23-
YUV72.13129.06152.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.53%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=45.53%
G=22.98%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107547400.500.310.58337.3632.9231.57
Hex6B364A0321F3A1512120
Octal1536611206237725214140
Binary11010111101101001010011001011111111010101010001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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