#6B374F

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

Shades of Tawny Port #6B374F

Tints of Tawny Port #6B374F

Color information

#6B374F (or 0x6B374F) is unknown color: approx Tawny Port. HEX triplet: 6B, 37 and 4F. RGB value is (107,55,79). Sum of RGB (Red+Green+Blue) = 107+55+79=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B374F is #94C8B0. Grayscale: #494949. Windows color (decimal): -9750705 or 5191531. OLE color: 5191531.

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

Color convert

RGB1075579-
CMYK00.490.260.58
HSL332.31º32.1%31.76%-
HSV(B)332.31º48.6%41.96%-
XYZ8.846.428.17-
YUV73.28131.23152.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=44.40%
G=22.82%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107557900.490.260.58332.3132.131.76
Hex6B374F0311A3A14c2020
Octal1536711706132725144040
Binary11010111101111001111011000111010111010101001100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,55,79); }

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

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

 a { background-color: rgb(107,55,79); }

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

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

 span { border-color: rgb(107,55,79); }

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