#694048

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

Shades of Tawny Port #694048

Tints of Tawny Port #694048

Color information

#694048 (or 0x694048) is unknown color: approx Tawny Port. HEX triplet: 69, 40 and 48. RGB value is (105,64,72). Sum of RGB (Red+Green+Blue) = 105+64+72=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #694048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694048 is #96BFB7. Grayscale: #4D4D4D. Windows color (decimal): -9879480 or 4735081. OLE color: 4735081.

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

Color convert

RGB1056472-
CMYK00.390.310.59
HSL348.29º24.26%33.14%-
HSV(B)348.29º39.05%41.18%-
XYZ8.837.147.04-
YUV77.17125.08147.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=43.57%
G=26.56%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105647200.390.310.59348.2924.2633.14
Hex6940480271F3B15c1821
Octal15110011004737735343041
Binary11010011000000100100001001111111111101110101110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694048; }

 p { color: rgb(105,64,72); }

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

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

 a { background-color: rgb(105,64,72); }

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

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

 span { border-color: rgb(105,64,72); }

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