#6B454D

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

Shades of Tawny Port #6B454D

Tints of Tawny Port #6B454D

Color information

#6B454D (or 0x6B454D) is unknown color: approx Tawny Port. HEX triplet: 6B, 45 and 4D. RGB value is (107,69,77). Sum of RGB (Red+Green+Blue) = 107+69+77=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B454D is #94BAB2. Grayscale: #515151. Windows color (decimal): -9747123 or 5064043. OLE color: 5064043.

HSL color Cylindrical-coordinate representation of color #6B454D: hue angle of 347.37º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B454D is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1076977-
CMYK00.360.280.58
HSL347.37º21.59%34.51%-
HSV(B)347.37º35.51%41.96%-
XYZ9.537.928.05-
YUV81.27125.59146.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.29%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=42.29%
G=27.27%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107697700.360.280.58347.3721.5934.51
Hex6B454D0241C3A15b1623
Octal15310511504434725332643
Binary11010111000101100110101001001110011101010101101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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