#6A434B

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

Shades of Tawny Port #6A434B

Tints of Tawny Port #6A434B

Color information

#6A434B (or 0x6A434B) is unknown color: approx Tawny Port. HEX triplet: 6A, 43 and 4B. RGB value is (106,67,75). Sum of RGB (Red+Green+Blue) = 106+67+75=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A434B is #95BCB4. Grayscale: #4F4F4F. Windows color (decimal): -9813173 or 4932458. OLE color: 4932458.

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

Color convert

RGB1066775-
CMYK00.370.290.58
HSL347.69º22.54%33.92%-
HSV(B)347.69º36.79%41.57%-
XYZ9.227.597.63-
YUV79.57125.42146.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=42.74%
G=27.02%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106677500.370.290.58347.6922.5433.92
Hex6A434B0251D3A15c1722
Octal15210311304535725342742
Binary11010101000011100101101001011110111101010101110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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