#69414A

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

Shades of Tawny Port #69414A

Tints of Tawny Port #69414A

Color information

#69414A (or 0x69414A) is unknown color: approx Tawny Port. HEX triplet: 69, 41 and 4A. RGB value is (105,65,74). Sum of RGB (Red+Green+Blue) = 105+65+74=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #69414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69414A is #96BEB5. Grayscale: #4D4D4D. Windows color (decimal): -9879222 or 4866409. OLE color: 4866409.

HSL color Cylindrical-coordinate representation of color #69414A: hue angle of 346.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 #69414A is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1056574-
CMYK00.380.300.59
HSL346.5º23.53%33.33%-
HSV(B)346.5º38.1%41.18%-
XYZ8.957.287.41-
YUV77.99125.75147.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=43.03%
G=26.64%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105657400.380.300.59346.523.5333.33
Hex69414A0261E3B15a1821
Octal15110111204636735323041
Binary11010011000001100101001001101111011101110101101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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