#693D45

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

Shades of Tawny Port #693D45

Tints of Tawny Port #693D45

Color information

#693D45 (or 0x693D45) is unknown color: approx Tawny Port. HEX triplet: 69, 3D and 45. RGB value is (105,61,69). Sum of RGB (Red+Green+Blue) = 105+61+69=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #693D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D45 is #96C2BA. Grayscale: #4B4B4B. Windows color (decimal): -9880251 or 4537705. OLE color: 4537705.

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

Color convert

RGB1056169-
CMYK00.420.340.59
HSL349.09º26.51%32.55%-
HSV(B)349.09º41.9%41.18%-
XYZ8.576.776.49-
YUV75.07124.58149.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 61 (24.22% from 255) = 25.96%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=44.68%
G=25.96%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105616900.420.340.59349.0926.5132.55
Hex693D4502A223B15d1b21
Octal1517510505242735353341
Binary11010011111011000101010101010001011101110101110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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