#6E434C

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

Shades of Tawny Port #6E434C

Tints of Tawny Port #6E434C

Color information

#6E434C (or 0x6E434C) is unknown color: approx Tawny Port. HEX triplet: 6E, 43 and 4C. RGB value is (110,67,76). Sum of RGB (Red+Green+Blue) = 110+67+76=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 110 - color contains mainly: red. Hex color #6E434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E434C is #91BCB3. Grayscale: #505050. Windows color (decimal): -9551028 or 4997998. OLE color: 4997998.

HSL color Cylindrical-coordinate representation of color #6E434C: hue angle of 347.44º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E434C is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1106776-
CMYK00.390.310.57
HSL347.44º24.29%34.71%-
HSV(B)347.44º39.09%43.14%-
XYZ9.747.857.84-
YUV80.88125.25148.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.48%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=43.48%
G=26.48%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110677600.390.310.57347.4424.2934.71
Hex6E434C0271F3915b1823
Octal15610311404737715333043
Binary11011101000011100110001001111111111100110101101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,67,76); }

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

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

 a { background-color: rgb(110,67,76); }

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

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

 span { border-color: rgb(110,67,76); }

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