#6A434C

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

Shades of Tawny Port #6A434C

Tints of Tawny Port #6A434C

Color information

#6A434C (or 0x6A434C) is unknown color: approx Tawny Port. HEX triplet: 6A, 43 and 4C. RGB value is (106,67,76). Sum of RGB (Red+Green+Blue) = 106+67+76=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A434C is #95BCB3. Grayscale: #4F4F4F. Windows color (decimal): -9813172 or 4997994. OLE color: 4997994.

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

Color convert

RGB1066776-
CMYK00.370.280.58
HSL346.15º22.54%33.92%-
HSV(B)346.15º36.79%41.57%-
XYZ9.267.67.82-
YUV79.69125.92146.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=42.57%
G=26.91%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106677600.370.280.58346.1522.5433.92
Hex6A434C0251C3A15a1722
Octal15210311404534725322742
Binary11010101000011100110001001011110011101010101101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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