#693645

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

Shades of Tawny Port #693645

Tints of Tawny Port #693645

Color information

#693645 (or 0x693645) is unknown color: approx Tawny Port. HEX triplet: 69, 36 and 45. RGB value is (105,54,69). Sum of RGB (Red+Green+Blue) = 105+54+69=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #693645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693645 is #96C9BA. Grayscale: #464646. Windows color (decimal): -9882043 or 4535913. OLE color: 4535913.

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

Color convert

RGB1055469-
CMYK00.490.340.59
HSL342.35º32.08%31.18%-
HSV(B)342.35º48.57%41.18%-
XYZ8.226.076.37-
YUV70.96126.9152.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 54 (21.48% from 255) = 23.68%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=46.05%
G=23.68%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105546900.490.340.59342.3532.0831.18
Hex693645031223B156201f
Octal1516610506142735264037
Binary11010011101101000101011000110001011101110101011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693645; }

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

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

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

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

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

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

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

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