#693B53

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

Shades of Finn #693B53

Tints of Finn #693B53

Color information

#693B53 (or 0x693B53) is unknown color: approx Finn. HEX triplet: 69, 3B and 53. RGB value is (105,59,83). Sum of RGB (Red+Green+Blue) = 105+59+83=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #693B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B53 is #96C4AC. Grayscale: #4B4B4B. Windows color (decimal): -9880749 or 5454697. OLE color: 5454697.

HSL color Cylindrical-coordinate representation of color #693B53: hue angle of 328.7º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693B53 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1055983-
CMYK00.440.210.59
HSL328.7º28.05%32.16%-
HSV(B)328.7º43.81%41.18%-
XYZ8.956.769.02-
YUV75.49132.24149.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 59 (23.44% from 255) = 23.89%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=42.51%
G=23.89%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105598300.440.210.59328.728.0532.16
Hex693B5302C153B1491c20
Octal1517312305425735113440
Binary1101001111011101001101011001010111101110100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,59,83); }

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

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

 a { background-color: rgb(105,59,83); }

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

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

 span { border-color: rgb(105,59,83); }

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