#69314A

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

Shades of Tawny Port #69314A

Tints of Tawny Port #69314A

Color information

#69314A (or 0x69314A) is unknown color: approx Tawny Port. HEX triplet: 69, 31 and 4A. RGB value is (105,49,74). Sum of RGB (Red+Green+Blue) = 105+49+74=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #69314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69314A is #96CEB5. Grayscale: #444444. Windows color (decimal): -9883318 or 4862313. OLE color: 4862313.

HSL color Cylindrical-coordinate representation of color #69314A: hue angle of 333.21º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69314A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1054974-
CMYK00.530.300.59
HSL333.21º36.36%30.2%-
HSV(B)333.21º53.33%41.18%-
XYZ8.165.697.15-
YUV68.59131.05153.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=46.05%
G=21.49%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105497400.530.300.59333.2136.3630.2
Hex69314A0351E3B14d241e
Octal1516111206536735154436
Binary1101001110001100101001101011111011101110100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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