#693648

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

Shades of Tawny Port #693648

Tints of Tawny Port #693648

Color information

#693648 (or 0x693648) is unknown color: approx Tawny Port. HEX triplet: 69, 36 and 48. RGB value is (105,54,72). Sum of RGB (Red+Green+Blue) = 105+54+72=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #693648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693648 is #96C9B7. Grayscale: #474747. Windows color (decimal): -9882040 or 4732521. OLE color: 4732521.

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

Color convert

RGB1055472-
CMYK00.490.310.59
HSL338.82º32.08%31.18%-
HSV(B)338.82º48.57%41.18%-
XYZ8.316.116.87-
YUV71.3128.4152.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=45.45%
G=23.38%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105547200.490.310.59338.8232.0831.18
Hex6936480311F3B153201f
Octal1516611006137735234037
Binary1101001110110100100001100011111111101110101001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693648; }

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

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

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

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

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

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

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

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