#693642

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

Shades of Tawny Port #693642

Tints of Tawny Port #693642

Color information

#693642 (or 0x693642) is unknown color: approx Tawny Port. HEX triplet: 69, 36 and 42. RGB value is (105,54,66). Sum of RGB (Red+Green+Blue) = 105+54+66=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #693642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693642 is #96C9BD. Grayscale: #464646. Windows color (decimal): -9882046 or 4339305. OLE color: 4339305.

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

Color convert

RGB1055466-
CMYK00.490.370.59
HSL345.88º32.08%31.18%-
HSV(B)345.88º48.57%41.18%-
XYZ8.136.035.89-
YUV70.62125.4152.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=46.67%
G=24%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105546600.490.370.59345.8832.0831.18
Hex693642031253B15a201f
Octal1516610206145735324037
Binary11010011101101000010011000110010111101110101101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693642; }

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

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

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

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

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

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

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

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