#693742

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

Shades of Tawny Port #693742

Tints of Tawny Port #693742

Color information

#693742 (or 0x693742) is unknown color: approx Tawny Port. HEX triplet: 69, 37 and 42. RGB value is (105,55,66). Sum of RGB (Red+Green+Blue) = 105+55+66=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693742 is #96C8BD. Grayscale: #474747. Windows color (decimal): -9881790 or 4339561. OLE color: 4339561.

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

Color convert

RGB1055566-
CMYK00.480.370.59
HSL346.8º31.25%31.37%-
HSV(B)346.8º47.62%41.18%-
XYZ8.186.135.91-
YUV71.2125.06152.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=46.46%
G=24.34%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105556600.480.370.59346.831.2531.37
Hex693742030253B15b1f1f
Octal1516710206045735333737
Binary1101001110111100001001100001001011110111010110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693742; }

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

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

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

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

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

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

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

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