#6A434A

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

Shades of Tawny Port #6A434A

Tints of Tawny Port #6A434A

Color information

#6A434A (or 0x6A434A) is unknown color: approx Tawny Port. HEX triplet: 6A, 43 and 4A. RGB value is (106,67,74). Sum of RGB (Red+Green+Blue) = 106+67+74=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 106 - color contains mainly: red. Hex color #6A434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A434A is #95BCB5. Grayscale: #4F4F4F. Windows color (decimal): -9813174 or 4866922. OLE color: 4866922.

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

Color convert

RGB1066774-
CMYK00.370.300.58
HSL349.23º22.54%33.92%-
HSV(B)349.23º36.79%41.57%-
XYZ9.197.577.46-
YUV79.46124.92146.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=42.91%
G=27.13%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106677400.370.300.58349.2322.5433.92
Hex6A434A0251E3A15d1722
Octal15210311204536725352742
Binary11010101000011100101001001011111011101010101110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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