#6A414B

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

Shades of Tawny Port #6A414B

Tints of Tawny Port #6A414B

Color information

#6A414B (or 0x6A414B) is unknown color: approx Tawny Port. HEX triplet: 6A, 41 and 4B. RGB value is (106,65,75). Sum of RGB (Red+Green+Blue) = 106+65+75=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A414B is #95BEB4. Grayscale: #4E4E4E. Windows color (decimal): -9813685 or 4931946. OLE color: 4931946.

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

Color convert

RGB1066575-
CMYK00.390.290.58
HSL345.37º23.98%33.53%-
HSV(B)345.37º38.68%41.57%-
XYZ9.17.357.6-
YUV78.4126.08147.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=43.09%
G=26.42%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106657500.390.290.58345.3723.9833.53
Hex6A414B0271D3A1591822
Octal15210111304735725313042
Binary11010101000001100101101001111110111101010101100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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