#694148

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

Shades of Tawny Port #694148

Tints of Tawny Port #694148

Color information

#694148 (or 0x694148) is unknown color: approx Tawny Port. HEX triplet: 69, 41 and 48. RGB value is (105,65,72). Sum of RGB (Red+Green+Blue) = 105+65+72=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #694148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694148 is #96BEB7. Grayscale: #4D4D4D. Windows color (decimal): -9879224 or 4735337. OLE color: 4735337.

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

Color convert

RGB1056572-
CMYK00.380.310.59
HSL349.5º23.53%33.33%-
HSV(B)349.5º38.1%41.18%-
XYZ8.897.257.06-
YUV77.76124.75147.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=43.39%
G=26.86%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105657200.380.310.59349.523.5333.33
Hex6941480261F3B15e1821
Octal15110111004637735363041
Binary11010011000001100100001001101111111101110101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694148; }

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

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

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

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

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

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

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

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