#693542

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

Shades of Tawny Port #693542

Tints of Tawny Port #693542

Color information

#693542 (or 0x693542) is unknown color: approx Tawny Port. HEX triplet: 69, 35 and 42. RGB value is (105,53,66). Sum of RGB (Red+Green+Blue) = 105+53+66=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #693542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693542 is #96CABD. Grayscale: #464646. Windows color (decimal): -9882302 or 4339049. OLE color: 4339049.

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

Color convert

RGB1055366-
CMYK00.500.370.59
HSL345º32.91%30.98%-
HSV(B)345º49.52%41.18%-
XYZ8.085.945.88-
YUV70.03125.73152.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=46.88%
G=23.66%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105536600.500.370.5934532.9130.98
Hex693542032253B159211f
Octal1516510206245735314137
Binary11010011101011000010011001010010111101110101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693542; }

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

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

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

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

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

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

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

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