#693649

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

Shades of Tawny Port #693649

Tints of Tawny Port #693649

Color information

#693649 (or 0x693649) is unknown color: approx Tawny Port. HEX triplet: 69, 36 and 49. RGB value is (105,54,73). Sum of RGB (Red+Green+Blue) = 105+54+73=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #693649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693649 is #96C9B6. Grayscale: #474747. Windows color (decimal): -9882039 or 4798057. OLE color: 4798057.

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

Color convert

RGB1055473-
CMYK00.490.300.59
HSL337.65º32.08%31.18%-
HSV(B)337.65º48.57%41.18%-
XYZ8.356.127.05-
YUV71.41128.9151.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=45.26%
G=23.28%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105547300.490.300.59337.6532.0831.18
Hex6936490311E3B152201f
Octal1516611106136735224037
Binary1101001110110100100101100011111011101110101001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693649; }

 p { color: rgb(105,54,73); }

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

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

 a { background-color: rgb(105,54,73); }

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

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

 span { border-color: rgb(105,54,73); }

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