#69414C

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

Shades of Tawny Port #69414C

Tints of Tawny Port #69414C

Color information

#69414C (or 0x69414C) is unknown color: approx Tawny Port. HEX triplet: 69, 41 and 4C. RGB value is (105,65,76). Sum of RGB (Red+Green+Blue) = 105+65+76=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #69414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69414C is #96BEB3. Grayscale: #4E4E4E. Windows color (decimal): -9879220 or 4997481. OLE color: 4997481.

HSL color Cylindrical-coordinate representation of color #69414C: hue angle of 343.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69414C is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1056576-
CMYK00.380.280.59
HSL343.5º23.53%33.33%-
HSV(B)343.5º38.1%41.18%-
XYZ9.027.317.77-
YUV78.21126.75147.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=42.68%
G=26.42%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105657600.380.280.59343.523.5333.33
Hex69414C0261C3B1581821
Octal15110111404634735303041
Binary11010011000001100110001001101110011101110101100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69414C; }

 p { color: rgb(105,65,76); }

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

<style>
 a { background-color: #69414C; }

 a { background-color: rgb(105,65,76); }

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

<style>
 span { border-color: #69414C; }

 span { border-color: rgb(105,65,76); }

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