#693F46

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

Shades of Tawny Port #693F46

Tints of Tawny Port #693F46

Color information

#693F46 (or 0x693F46) is unknown color: approx Tawny Port. HEX triplet: 69, 3F and 46. RGB value is (105,63,70). Sum of RGB (Red+Green+Blue) = 105+63+70=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #693F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F46 is #96C0B9. Grayscale: #4C4C4C. Windows color (decimal): -9879738 or 4603753. OLE color: 4603753.

HSL color Cylindrical-coordinate representation of color #693F46: hue angle of 350º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F46 is Cyan = 0, Magento = 0.4, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1056370-
CMYK00.40.330.59
HSL350º25%32.94%-
HSV(B)350º40%41.18%-
XYZ8.7176.69-
YUV76.36124.41148.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 63 (25% from 255) = 26.47%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=44.12%
G=26.47%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105637000.40.330.593502532.94
Hex693F46028213B15e1921
Octal1517710605041735363141
Binary11010011111111000110010100010000111101110101111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693F46; }

 p { color: rgb(105,63,70); }

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

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

 a { background-color: rgb(105,63,70); }

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

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

 span { border-color: rgb(105,63,70); }

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