#693641

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

Shades of Tawny Port #693641

Tints of Tawny Port #693641

Color information

#693641 (or 0x693641) is unknown color: approx Tawny Port. HEX triplet: 69, 36 and 41. RGB value is (105,54,65). Sum of RGB (Red+Green+Blue) = 105+54+65=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #693641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693641 is #96C9BE. Grayscale: #464646. Windows color (decimal): -9882047 or 4273769. OLE color: 4273769.

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

Color convert

RGB1055465-
CMYK00.490.380.59
HSL347.06º32.08%31.18%-
HSV(B)347.06º48.57%41.18%-
XYZ8.16.025.74-
YUV70.5124.9152.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=46.88%
G=24.11%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105546500.490.380.59347.0632.0831.18
Hex693641031263B15b201f
Octal1516610106146735334037
Binary11010011101101000001011000110011011101110101101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693641; }

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

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

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

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

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

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

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

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